Class TranslateQueryResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
- com.google.cloud.bigquery.migration.v2alpha.TranslateQueryResponse.Builder
-
- All Implemented Interfaces:
TranslateQueryResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TranslateQueryResponse
public static final class TranslateQueryResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder> implements TranslateQueryResponseOrBuilder
The response of translating a SQL query to Standard SQL.
Protobuf typegoogle.cloud.bigquery.migration.v2alpha.TranslateQueryResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TranslateQueryResponse.Builder
addAllErrors(Iterable<? extends SqlTranslationError> values)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
addAllWarnings(Iterable<? extends SqlTranslationWarning> values)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
addErrors(int index, SqlTranslationError value)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
addErrors(int index, SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
addErrors(SqlTranslationError value)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
addErrors(SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.SqlTranslationError.Builder
addErrorsBuilder()
The list of errors encountered during the translation, if present.SqlTranslationError.Builder
addErrorsBuilder(int index)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TranslateQueryResponse.Builder
addWarnings(int index, SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
addWarnings(int index, SqlTranslationWarning.Builder builderForValue)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
addWarnings(SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
addWarnings(SqlTranslationWarning.Builder builderForValue)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.Builder
addWarningsBuilder()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.Builder
addWarningsBuilder(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse
build()
TranslateQueryResponse
buildPartial()
TranslateQueryResponse.Builder
clear()
TranslateQueryResponse.Builder
clearErrors()
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TranslateQueryResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TranslateQueryResponse.Builder
clearTranslatedQuery()
The translated result.TranslateQueryResponse.Builder
clearTranslationJob()
Output only.TranslateQueryResponse.Builder
clearWarnings()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
clone()
TranslateQueryResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
SqlTranslationError
getErrors(int index)
The list of errors encountered during the translation, if present.SqlTranslationError.Builder
getErrorsBuilder(int index)
The list of errors encountered during the translation, if present.List<SqlTranslationError.Builder>
getErrorsBuilderList()
The list of errors encountered during the translation, if present.int
getErrorsCount()
The list of errors encountered during the translation, if present.List<SqlTranslationError>
getErrorsList()
The list of errors encountered during the translation, if present.SqlTranslationErrorOrBuilder
getErrorsOrBuilder(int index)
The list of errors encountered during the translation, if present.List<? extends SqlTranslationErrorOrBuilder>
getErrorsOrBuilderList()
The list of errors encountered during the translation, if present.String
getTranslatedQuery()
The translated result.com.google.protobuf.ByteString
getTranslatedQueryBytes()
The translated result.String
getTranslationJob()
Output only.com.google.protobuf.ByteString
getTranslationJobBytes()
Output only.SqlTranslationWarning
getWarnings(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.Builder
getWarningsBuilder(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.List<SqlTranslationWarning.Builder>
getWarningsBuilderList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.int
getWarningsCount()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.List<SqlTranslationWarning>
getWarningsList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarningOrBuilder
getWarningsOrBuilder(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.List<? extends SqlTranslationWarningOrBuilder>
getWarningsOrBuilderList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TranslateQueryResponse.Builder
mergeFrom(TranslateQueryResponse other)
TranslateQueryResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TranslateQueryResponse.Builder
mergeFrom(com.google.protobuf.Message other)
TranslateQueryResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TranslateQueryResponse.Builder
removeErrors(int index)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
removeWarnings(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
setErrors(int index, SqlTranslationError value)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
setErrors(int index, SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.TranslateQueryResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TranslateQueryResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TranslateQueryResponse.Builder
setTranslatedQuery(String value)
The translated result.TranslateQueryResponse.Builder
setTranslatedQueryBytes(com.google.protobuf.ByteString value)
The translated result.TranslateQueryResponse.Builder
setTranslationJob(String value)
Output only.TranslateQueryResponse.Builder
setTranslationJobBytes(com.google.protobuf.ByteString value)
Output only.TranslateQueryResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TranslateQueryResponse.Builder
setWarnings(int index, SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builder
setWarnings(int index, SqlTranslationWarning.Builder builderForValue)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.-
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<TranslateQueryResponse.Builder>
-
clear
public TranslateQueryResponse.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<TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
getDefaultInstanceForType
public TranslateQueryResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TranslateQueryResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TranslateQueryResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
setField
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
clearField
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
clearOneof
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
setRepeatedField
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
addRepeatedField
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
mergeFrom
public TranslateQueryResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TranslateQueryResponse.Builder>
-
mergeFrom
public TranslateQueryResponse.Builder mergeFrom(TranslateQueryResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
mergeFrom
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
- Throws:
IOException
-
getTranslationJob
public String getTranslationJob()
Output only. Immutable. The unique identifier for the SQL translation job. Example: `projects/123/locations/us/translation/1234`
string translation_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
- Specified by:
getTranslationJob
in interfaceTranslateQueryResponseOrBuilder
- Returns:
- The translationJob.
-
getTranslationJobBytes
public com.google.protobuf.ByteString getTranslationJobBytes()
Output only. Immutable. The unique identifier for the SQL translation job. Example: `projects/123/locations/us/translation/1234`
string translation_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
- Specified by:
getTranslationJobBytes
in interfaceTranslateQueryResponseOrBuilder
- Returns:
- The bytes for translationJob.
-
setTranslationJob
public TranslateQueryResponse.Builder setTranslationJob(String value)
Output only. Immutable. The unique identifier for the SQL translation job. Example: `projects/123/locations/us/translation/1234`
string translation_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
- Parameters:
value
- The translationJob to set.- Returns:
- This builder for chaining.
-
clearTranslationJob
public TranslateQueryResponse.Builder clearTranslationJob()
Output only. Immutable. The unique identifier for the SQL translation job. Example: `projects/123/locations/us/translation/1234`
string translation_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
- Returns:
- This builder for chaining.
-
setTranslationJobBytes
public TranslateQueryResponse.Builder setTranslationJobBytes(com.google.protobuf.ByteString value)
Output only. Immutable. The unique identifier for the SQL translation job. Example: `projects/123/locations/us/translation/1234`
string translation_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
- Parameters:
value
- The bytes for translationJob to set.- Returns:
- This builder for chaining.
-
getTranslatedQuery
public String getTranslatedQuery()
The translated result. This will be empty if the translation fails.
string translated_query = 1;
- Specified by:
getTranslatedQuery
in interfaceTranslateQueryResponseOrBuilder
- Returns:
- The translatedQuery.
-
getTranslatedQueryBytes
public com.google.protobuf.ByteString getTranslatedQueryBytes()
The translated result. This will be empty if the translation fails.
string translated_query = 1;
- Specified by:
getTranslatedQueryBytes
in interfaceTranslateQueryResponseOrBuilder
- Returns:
- The bytes for translatedQuery.
-
setTranslatedQuery
public TranslateQueryResponse.Builder setTranslatedQuery(String value)
The translated result. This will be empty if the translation fails.
string translated_query = 1;
- Parameters:
value
- The translatedQuery to set.- Returns:
- This builder for chaining.
-
clearTranslatedQuery
public TranslateQueryResponse.Builder clearTranslatedQuery()
The translated result. This will be empty if the translation fails.
string translated_query = 1;
- Returns:
- This builder for chaining.
-
setTranslatedQueryBytes
public TranslateQueryResponse.Builder setTranslatedQueryBytes(com.google.protobuf.ByteString value)
The translated result. This will be empty if the translation fails.
string translated_query = 1;
- Parameters:
value
- The bytes for translatedQuery to set.- Returns:
- This builder for chaining.
-
getErrorsList
public List<SqlTranslationError> getErrorsList()
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
- Specified by:
getErrorsList
in interfaceTranslateQueryResponseOrBuilder
-
getErrorsCount
public int getErrorsCount()
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
- Specified by:
getErrorsCount
in interfaceTranslateQueryResponseOrBuilder
-
getErrors
public SqlTranslationError getErrors(int index)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
- Specified by:
getErrors
in interfaceTranslateQueryResponseOrBuilder
-
setErrors
public TranslateQueryResponse.Builder setErrors(int index, SqlTranslationError value)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
setErrors
public TranslateQueryResponse.Builder setErrors(int index, SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
addErrors
public TranslateQueryResponse.Builder addErrors(SqlTranslationError value)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
addErrors
public TranslateQueryResponse.Builder addErrors(int index, SqlTranslationError value)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
addErrors
public TranslateQueryResponse.Builder addErrors(SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
addErrors
public TranslateQueryResponse.Builder addErrors(int index, SqlTranslationError.Builder builderForValue)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
addAllErrors
public TranslateQueryResponse.Builder addAllErrors(Iterable<? extends SqlTranslationError> values)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
clearErrors
public TranslateQueryResponse.Builder clearErrors()
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
removeErrors
public TranslateQueryResponse.Builder removeErrors(int index)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
getErrorsBuilder
public SqlTranslationError.Builder getErrorsBuilder(int index)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
getErrorsOrBuilder
public SqlTranslationErrorOrBuilder getErrorsOrBuilder(int index)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
- Specified by:
getErrorsOrBuilder
in interfaceTranslateQueryResponseOrBuilder
-
getErrorsOrBuilderList
public List<? extends SqlTranslationErrorOrBuilder> getErrorsOrBuilderList()
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
- Specified by:
getErrorsOrBuilderList
in interfaceTranslateQueryResponseOrBuilder
-
addErrorsBuilder
public SqlTranslationError.Builder addErrorsBuilder()
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
addErrorsBuilder
public SqlTranslationError.Builder addErrorsBuilder(int index)
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
getErrorsBuilderList
public List<SqlTranslationError.Builder> getErrorsBuilderList()
The list of errors encountered during the translation, if present.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
-
getWarningsList
public List<SqlTranslationWarning> getWarningsList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
- Specified by:
getWarningsList
in interfaceTranslateQueryResponseOrBuilder
-
getWarningsCount
public int getWarningsCount()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
- Specified by:
getWarningsCount
in interfaceTranslateQueryResponseOrBuilder
-
getWarnings
public SqlTranslationWarning getWarnings(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
- Specified by:
getWarnings
in interfaceTranslateQueryResponseOrBuilder
-
setWarnings
public TranslateQueryResponse.Builder setWarnings(int index, SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
setWarnings
public TranslateQueryResponse.Builder setWarnings(int index, SqlTranslationWarning.Builder builderForValue)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
addWarnings
public TranslateQueryResponse.Builder addWarnings(SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
addWarnings
public TranslateQueryResponse.Builder addWarnings(int index, SqlTranslationWarning value)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
addWarnings
public TranslateQueryResponse.Builder addWarnings(SqlTranslationWarning.Builder builderForValue)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
addWarnings
public TranslateQueryResponse.Builder addWarnings(int index, SqlTranslationWarning.Builder builderForValue)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
addAllWarnings
public TranslateQueryResponse.Builder addAllWarnings(Iterable<? extends SqlTranslationWarning> values)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
clearWarnings
public TranslateQueryResponse.Builder clearWarnings()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
removeWarnings
public TranslateQueryResponse.Builder removeWarnings(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
getWarningsBuilder
public SqlTranslationWarning.Builder getWarningsBuilder(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
getWarningsOrBuilder
public SqlTranslationWarningOrBuilder getWarningsOrBuilder(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
- Specified by:
getWarningsOrBuilder
in interfaceTranslateQueryResponseOrBuilder
-
getWarningsOrBuilderList
public List<? extends SqlTranslationWarningOrBuilder> getWarningsOrBuilderList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
- Specified by:
getWarningsOrBuilderList
in interfaceTranslateQueryResponseOrBuilder
-
addWarningsBuilder
public SqlTranslationWarning.Builder addWarningsBuilder()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
addWarningsBuilder
public SqlTranslationWarning.Builder addWarningsBuilder(int index)
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
getWarningsBuilderList
public List<SqlTranslationWarning.Builder> getWarningsBuilderList()
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.
repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
-
setUnknownFields
public final TranslateQueryResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
mergeUnknownFields
public final TranslateQueryResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
-