Class SqlTranslationWarning.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
- com.google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning.Builder
-
- All Implemented Interfaces:
SqlTranslationWarningOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- SqlTranslationWarning
public static final class SqlTranslationWarning.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder> implements SqlTranslationWarningOrBuilder
The detailed warning object if the SQL translation job is completed but not semantically correct.
Protobuf typegoogle.cloud.bigquery.migration.v2alpha.SqlTranslationWarning
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTranslationWarning.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SqlTranslationWarning
build()
SqlTranslationWarning
buildPartial()
SqlTranslationWarning.Builder
clear()
SqlTranslationWarning.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SqlTranslationWarning.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SqlTranslationWarning.Builder
clearWarningDetail()
Specifies the details of the warning, including the warning message and location from the source text.SqlTranslationWarning.Builder
clone()
SqlTranslationWarning
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
SqlTranslationErrorDetail
getWarningDetail()
Specifies the details of the warning, including the warning message and location from the source text.SqlTranslationErrorDetail.Builder
getWarningDetailBuilder()
Specifies the details of the warning, including the warning message and location from the source text.SqlTranslationErrorDetailOrBuilder
getWarningDetailOrBuilder()
Specifies the details of the warning, including the warning message and location from the source text.boolean
hasWarningDetail()
Specifies the details of the warning, including the warning message and location from the source text.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
SqlTranslationWarning.Builder
mergeFrom(SqlTranslationWarning other)
SqlTranslationWarning.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SqlTranslationWarning.Builder
mergeFrom(com.google.protobuf.Message other)
SqlTranslationWarning.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SqlTranslationWarning.Builder
mergeWarningDetail(SqlTranslationErrorDetail value)
Specifies the details of the warning, including the warning message and location from the source text.SqlTranslationWarning.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SqlTranslationWarning.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
SqlTranslationWarning.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SqlTranslationWarning.Builder
setWarningDetail(SqlTranslationErrorDetail value)
Specifies the details of the warning, including the warning message and location from the source text.SqlTranslationWarning.Builder
setWarningDetail(SqlTranslationErrorDetail.Builder builderForValue)
Specifies the details of the warning, including the warning message and location from the source text.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
clear
public SqlTranslationWarning.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
getDefaultInstanceForType
public SqlTranslationWarning getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public SqlTranslationWarning build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SqlTranslationWarning buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SqlTranslationWarning.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
setField
public SqlTranslationWarning.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
clearField
public SqlTranslationWarning.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
clearOneof
public SqlTranslationWarning.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
setRepeatedField
public SqlTranslationWarning.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
addRepeatedField
public SqlTranslationWarning.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
mergeFrom
public SqlTranslationWarning.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SqlTranslationWarning.Builder>
-
mergeFrom
public SqlTranslationWarning.Builder mergeFrom(SqlTranslationWarning other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
mergeFrom
public SqlTranslationWarning.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SqlTranslationWarning.Builder>
- Throws:
IOException
-
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;
- Specified by:
hasWarningDetail
in interfaceSqlTranslationWarningOrBuilder
- Returns:
- Whether the warningDetail field is set.
-
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;
- Specified by:
getWarningDetail
in interfaceSqlTranslationWarningOrBuilder
- Returns:
- The warningDetail.
-
setWarningDetail
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
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;
-
mergeWarningDetail
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;
-
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;
-
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;
- Specified by:
getWarningDetailOrBuilder
in interfaceSqlTranslationWarningOrBuilder
-
setUnknownFields
public final SqlTranslationWarning.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
mergeUnknownFields
public final SqlTranslationWarning.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationWarning.Builder>
-
-