Class GcsReportLogMessage (0.83.0)

publicfinalclass GcsReportLogMessageextendsGeneratedMessageV3implementsGcsReportLogMessageOrBuilder

A record in the aggregate CSV report for a migration workflow

Protobuf type google.cloud.bigquery.migration.v2.GcsReportLogMessage

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

ACTION_FIELD_NUMBER

publicstaticfinalintACTION_FIELD_NUMBER
Field Value
Type Description
int

CATEGORY_FIELD_NUMBER

publicstaticfinalintCATEGORY_FIELD_NUMBER
Field Value
Type Description
int

EFFECT_FIELD_NUMBER

publicstaticfinalintEFFECT_FIELD_NUMBER
Field Value
Type Description
int

FILENAME_FIELD_NUMBER

publicstaticfinalintFILENAME_FIELD_NUMBER
Field Value
Type Description
int

FILE_PATH_FIELD_NUMBER

publicstaticfinalintFILE_PATH_FIELD_NUMBER
Field Value
Type Description
int

MESSAGE_FIELD_NUMBER

publicstaticfinalintMESSAGE_FIELD_NUMBER
Field Value
Type Description
int

OBJECT_NAME_FIELD_NUMBER

publicstaticfinalintOBJECT_NAME_FIELD_NUMBER
Field Value
Type Description
int

SCRIPT_CONTEXT_FIELD_NUMBER

publicstaticfinalintSCRIPT_CONTEXT_FIELD_NUMBER
Field Value
Type Description
int

SEVERITY_FIELD_NUMBER

publicstaticfinalintSEVERITY_FIELD_NUMBER
Field Value
Type Description
int

SOURCE_SCRIPT_COLUMN_FIELD_NUMBER

publicstaticfinalintSOURCE_SCRIPT_COLUMN_FIELD_NUMBER
Field Value
Type Description
int

SOURCE_SCRIPT_LINE_FIELD_NUMBER

publicstaticfinalintSOURCE_SCRIPT_LINE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticGcsReportLogMessagegetDefaultInstance()
Returns
Type Description
GcsReportLogMessage

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticGcsReportLogMessage.BuildernewBuilder()
Returns
Type Description
GcsReportLogMessage.Builder

newBuilder(GcsReportLogMessage prototype)

publicstaticGcsReportLogMessage.BuildernewBuilder(GcsReportLogMessageprototype)
Parameter
Name Description
prototype GcsReportLogMessage
Returns
Type Description
GcsReportLogMessage.Builder

parseDelimitedFrom(InputStream input)

publicstaticGcsReportLogMessageparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticGcsReportLogMessageparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticGcsReportLogMessageparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticGcsReportLogMessageparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticGcsReportLogMessageparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticGcsReportLogMessageparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticGcsReportLogMessageparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticGcsReportLogMessageparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticGcsReportLogMessageparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticGcsReportLogMessageparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticGcsReportLogMessageparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticGcsReportLogMessageparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcsReportLogMessage
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<GcsReportLogMessage>parser()
Returns
Type Description
Parser<GcsReportLogMessage>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAction()

publicStringgetAction()

Category of the error/warning. Example: SyntaxError

string action = 9;

Returns
Type Description
String

The action.

getActionBytes()

publicByteStringgetActionBytes()

Category of the error/warning. Example: SyntaxError

string action = 9;

Returns
Type Description
ByteString

The bytes for action.

getCategory()

publicStringgetCategory()

Category of the error/warning. Example: SyntaxError

string category = 2;

Returns
Type Description
String

The category.

getCategoryBytes()

publicByteStringgetCategoryBytes()

Category of the error/warning. Example: SyntaxError

string category = 2;

Returns
Type Description
ByteString

The bytes for category.

getDefaultInstanceForType()

publicGcsReportLogMessagegetDefaultInstanceForType()
Returns
Type Description
GcsReportLogMessage

getEffect()

publicStringgetEffect()

Effect of the error/warning. Example: COMPATIBILITY

string effect = 10;

Returns
Type Description
String

The effect.

getEffectBytes()

publicByteStringgetEffectBytes()

Effect of the error/warning. Example: COMPATIBILITY

string effect = 10;

Returns
Type Description
ByteString

The bytes for effect.

getFilePath()

publicStringgetFilePath()

The file path in which the error occurred

string file_path = 3;

Returns
Type Description
String

The filePath.

getFilePathBytes()

publicByteStringgetFilePathBytes()

The file path in which the error occurred

string file_path = 3;

Returns
Type Description
ByteString

The bytes for filePath.

getFilename()

publicStringgetFilename()

The file name in which the error occurred

string filename = 4;

Returns
Type Description
String

The filename.

getFilenameBytes()

publicByteStringgetFilenameBytes()

The file name in which the error occurred

string filename = 4;

Returns
Type Description
ByteString

The bytes for filename.

getMessage()

publicStringgetMessage()

Detailed message of the record.

string message = 7;

Returns
Type Description
String

The message.

getMessageBytes()

publicByteStringgetMessageBytes()

Detailed message of the record.

string message = 7;

Returns
Type Description
ByteString

The bytes for message.

getObjectName()

publicStringgetObjectName()

Name of the affected object in the log message.

string object_name = 11;

Returns
Type Description
String

The objectName.

getObjectNameBytes()

publicByteStringgetObjectNameBytes()

Name of the affected object in the log message.

string object_name = 11;

Returns
Type Description
ByteString

The bytes for objectName.

getParserForType()

publicParser<GcsReportLogMessage>getParserForType()
Returns
Type Description
Parser<GcsReportLogMessage>
Overrides

getScriptContext()

publicStringgetScriptContext()

The script context (obfuscated) in which the error occurred

string script_context = 8;

Returns
Type Description
String

The scriptContext.

getScriptContextBytes()

publicByteStringgetScriptContextBytes()

The script context (obfuscated) in which the error occurred

string script_context = 8;

Returns
Type Description
ByteString

The bytes for scriptContext.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getSeverity()

publicStringgetSeverity()

Severity of the translation record.

string severity = 1;

Returns
Type Description
String

The severity.

getSeverityBytes()

publicByteStringgetSeverityBytes()

Severity of the translation record.

string severity = 1;

Returns
Type Description
ByteString

The bytes for severity.

getSourceScriptColumn()

publicintgetSourceScriptColumn()

Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6

int32 source_script_column = 6;

Returns
Type Description
int

The sourceScriptColumn.

getSourceScriptLine()

publicintgetSourceScriptLine()

Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2

int32 source_script_line = 5;

Returns
Type Description
int

The sourceScriptLine.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicGcsReportLogMessage.BuildernewBuilderForType()
Returns
Type Description
GcsReportLogMessage.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedGcsReportLogMessage.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GcsReportLogMessage.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicGcsReportLogMessage.BuildertoBuilder()
Returns
Type Description
GcsReportLogMessage.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.