public static final class SqlTranslationWarning.Builder extends GeneratedMessageV3.Builder<SqlTranslationWarning.Builder> implements SqlTranslationWarningOrBuilder
The detailed warning object if the SQL translation job is completed but not
semantically correct.
Protobuf type google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SqlTranslationWarning.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SqlTranslationWarning build()
buildPartial()
public SqlTranslationWarning buildPartial()
clear()
public SqlTranslationWarning.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public SqlTranslationWarning.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SqlTranslationWarning.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWarningDetail()
public SqlTranslationWarning.Builder clearWarningDetail()
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
clone()
public SqlTranslationWarning.Builder clone()
Overrides
getDefaultInstanceForType()
public SqlTranslationWarning getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getWarningDetail()
public SqlTranslationErrorDetail getWarningDetail()
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
getWarningDetailBuilder()
public SqlTranslationErrorDetail.Builder getWarningDetailBuilder()
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
getWarningDetailOrBuilder()
public SqlTranslationErrorDetailOrBuilder getWarningDetailOrBuilder()
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
hasWarningDetail()
public boolean hasWarningDetail()
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
Returns |
---|
Type | Description |
boolean | Whether the warningDetail field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SqlTranslationWarning other)
public SqlTranslationWarning.Builder mergeFrom(SqlTranslationWarning other)
public SqlTranslationWarning.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SqlTranslationWarning.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SqlTranslationWarning.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeWarningDetail(SqlTranslationErrorDetail value)
public SqlTranslationWarning.Builder mergeWarningDetail(SqlTranslationErrorDetail value)
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public SqlTranslationWarning.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SqlTranslationWarning.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SqlTranslationWarning.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWarningDetail(SqlTranslationErrorDetail value)
public SqlTranslationWarning.Builder setWarningDetail(SqlTranslationErrorDetail value)
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;
setWarningDetail(SqlTranslationErrorDetail.Builder builderForValue)
public SqlTranslationWarning.Builder setWarningDetail(SqlTranslationErrorDetail.Builder builderForValue)
Specifies the details of the warning, including the warning message and
location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail warning_detail = 1;