Class SqlTranslationError.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
- com.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.Builder
-
- All Implemented Interfaces:
SqlTranslationErrorOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- SqlTranslationError
public static final class SqlTranslationError.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder> implements SqlTranslationErrorOrBuilder
The detailed error object if the SQL translation job fails.
Protobuf typegoogle.cloud.bigquery.migration.v2alpha.SqlTranslationError
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTranslationError.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SqlTranslationErrorbuild()SqlTranslationErrorbuildPartial()SqlTranslationError.Builderclear()SqlTranslationError.BuilderclearErrorDetail()Specifies the details of the error, including the error message and location from the source text.SqlTranslationError.BuilderclearErrorType()The type of SQL translation error.SqlTranslationError.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)SqlTranslationError.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)SqlTranslationError.Builderclone()SqlTranslationErrorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()SqlTranslationErrorDetailgetErrorDetail()Specifies the details of the error, including the error message and location from the source text.SqlTranslationErrorDetail.BuildergetErrorDetailBuilder()Specifies the details of the error, including the error message and location from the source text.SqlTranslationErrorDetailOrBuildergetErrorDetailOrBuilder()Specifies the details of the error, including the error message and location from the source text.SqlTranslationError.SqlTranslationErrorTypegetErrorType()The type of SQL translation error.intgetErrorTypeValue()The type of SQL translation error.booleanhasErrorDetail()Specifies the details of the error, including the error message and location from the source text.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()SqlTranslationError.BuildermergeErrorDetail(SqlTranslationErrorDetail value)Specifies the details of the error, including the error message and location from the source text.SqlTranslationError.BuildermergeFrom(SqlTranslationError other)SqlTranslationError.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SqlTranslationError.BuildermergeFrom(com.google.protobuf.Message other)SqlTranslationError.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)SqlTranslationError.BuildersetErrorDetail(SqlTranslationErrorDetail value)Specifies the details of the error, including the error message and location from the source text.SqlTranslationError.BuildersetErrorDetail(SqlTranslationErrorDetail.Builder builderForValue)Specifies the details of the error, including the error message and location from the source text.SqlTranslationError.BuildersetErrorType(SqlTranslationError.SqlTranslationErrorType value)The type of SQL translation error.SqlTranslationError.BuildersetErrorTypeValue(int value)The type of SQL translation error.SqlTranslationError.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SqlTranslationError.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)SqlTranslationError.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
clear
public SqlTranslationError.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
getDefaultInstanceForType
public SqlTranslationError getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SqlTranslationError build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SqlTranslationError buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SqlTranslationError.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
setField
public SqlTranslationError.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
clearField
public SqlTranslationError.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
clearOneof
public SqlTranslationError.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
setRepeatedField
public SqlTranslationError.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
addRepeatedField
public SqlTranslationError.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
mergeFrom
public SqlTranslationError.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SqlTranslationError.Builder>
-
mergeFrom
public SqlTranslationError.Builder mergeFrom(SqlTranslationError other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
mergeFrom
public SqlTranslationError.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SqlTranslationError.Builder>- Throws:
IOException
-
getErrorTypeValue
public int getErrorTypeValue()
The type of SQL translation error.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType error_type = 1;- Specified by:
getErrorTypeValuein interfaceSqlTranslationErrorOrBuilder- Returns:
- The enum numeric value on the wire for errorType.
-
setErrorTypeValue
public SqlTranslationError.Builder setErrorTypeValue(int value)
The type of SQL translation error.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType error_type = 1;- Parameters:
value- The enum numeric value on the wire for errorType to set.- Returns:
- This builder for chaining.
-
getErrorType
public SqlTranslationError.SqlTranslationErrorType getErrorType()
The type of SQL translation error.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType error_type = 1;- Specified by:
getErrorTypein interfaceSqlTranslationErrorOrBuilder- Returns:
- The errorType.
-
setErrorType
public SqlTranslationError.Builder setErrorType(SqlTranslationError.SqlTranslationErrorType value)
The type of SQL translation error.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType error_type = 1;- Parameters:
value- The errorType to set.- Returns:
- This builder for chaining.
-
clearErrorType
public SqlTranslationError.Builder clearErrorType()
The type of SQL translation error.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType error_type = 1;- Returns:
- This builder for chaining.
-
hasErrorDetail
public boolean hasErrorDetail()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;- Specified by:
hasErrorDetailin interfaceSqlTranslationErrorOrBuilder- Returns:
- Whether the errorDetail field is set.
-
getErrorDetail
public SqlTranslationErrorDetail getErrorDetail()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;- Specified by:
getErrorDetailin interfaceSqlTranslationErrorOrBuilder- Returns:
- The errorDetail.
-
setErrorDetail
public SqlTranslationError.Builder setErrorDetail(SqlTranslationErrorDetail value)
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
-
setErrorDetail
public SqlTranslationError.Builder setErrorDetail(SqlTranslationErrorDetail.Builder builderForValue)
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
-
mergeErrorDetail
public SqlTranslationError.Builder mergeErrorDetail(SqlTranslationErrorDetail value)
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
-
clearErrorDetail
public SqlTranslationError.Builder clearErrorDetail()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
-
getErrorDetailBuilder
public SqlTranslationErrorDetail.Builder getErrorDetailBuilder()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;
-
getErrorDetailOrBuilder
public SqlTranslationErrorDetailOrBuilder getErrorDetailOrBuilder()
Specifies the details of the error, including the error message and location from the source text.
.google.cloud.bigquery.migration.v2alpha.SqlTranslationErrorDetail error_detail = 2;- Specified by:
getErrorDetailOrBuilderin interfaceSqlTranslationErrorOrBuilder
-
setUnknownFields
public final SqlTranslationError.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
mergeUnknownFields
public final SqlTranslationError.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SqlTranslationError.Builder>
-
-