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.BuilderaddAllErrors(Iterable<? extends SqlTranslationError> values)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderaddAllWarnings(Iterable<? extends SqlTranslationWarning> values)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.BuilderaddErrors(int index, SqlTranslationError value)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderaddErrors(int index, SqlTranslationError.Builder builderForValue)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderaddErrors(SqlTranslationError value)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderaddErrors(SqlTranslationError.Builder builderForValue)The list of errors encountered during the translation, if present.SqlTranslationError.BuilderaddErrorsBuilder()The list of errors encountered during the translation, if present.SqlTranslationError.BuilderaddErrorsBuilder(int index)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TranslateQueryResponse.BuilderaddWarnings(int index, SqlTranslationWarning value)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.BuilderaddWarnings(int index, SqlTranslationWarning.Builder builderForValue)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.BuilderaddWarnings(SqlTranslationWarning value)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.BuilderaddWarnings(SqlTranslationWarning.Builder builderForValue)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.BuilderaddWarningsBuilder()The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.BuilderaddWarningsBuilder(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponsebuild()TranslateQueryResponsebuildPartial()TranslateQueryResponse.Builderclear()TranslateQueryResponse.BuilderclearErrors()The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)TranslateQueryResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)TranslateQueryResponse.BuilderclearTranslatedQuery()The translated result.TranslateQueryResponse.BuilderclearTranslationJob()Output only.TranslateQueryResponse.BuilderclearWarnings()The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.Builderclone()TranslateQueryResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()SqlTranslationErrorgetErrors(int index)The list of errors encountered during the translation, if present.SqlTranslationError.BuildergetErrorsBuilder(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.intgetErrorsCount()The list of errors encountered during the translation, if present.List<SqlTranslationError>getErrorsList()The list of errors encountered during the translation, if present.SqlTranslationErrorOrBuildergetErrorsOrBuilder(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.StringgetTranslatedQuery()The translated result.com.google.protobuf.ByteStringgetTranslatedQueryBytes()The translated result.StringgetTranslationJob()Output only.com.google.protobuf.ByteStringgetTranslationJobBytes()Output only.SqlTranslationWarninggetWarnings(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.SqlTranslationWarning.BuildergetWarningsBuilder(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.intgetWarningsCount()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.SqlTranslationWarningOrBuildergetWarningsOrBuilder(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.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()TranslateQueryResponse.BuildermergeFrom(TranslateQueryResponse other)TranslateQueryResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TranslateQueryResponse.BuildermergeFrom(com.google.protobuf.Message other)TranslateQueryResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TranslateQueryResponse.BuilderremoveErrors(int index)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuilderremoveWarnings(int index)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.BuildersetErrors(int index, SqlTranslationError value)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuildersetErrors(int index, SqlTranslationError.Builder builderForValue)The list of errors encountered during the translation, if present.TranslateQueryResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TranslateQueryResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)TranslateQueryResponse.BuildersetTranslatedQuery(String value)The translated result.TranslateQueryResponse.BuildersetTranslatedQueryBytes(com.google.protobuf.ByteString value)The translated result.TranslateQueryResponse.BuildersetTranslationJob(String value)Output only.TranslateQueryResponse.BuildersetTranslationJobBytes(com.google.protobuf.ByteString value)Output only.TranslateQueryResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TranslateQueryResponse.BuildersetWarnings(int index, SqlTranslationWarning value)The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.TranslateQueryResponse.BuildersetWarnings(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
clear
public TranslateQueryResponse.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<TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
getDefaultInstanceForType
public TranslateQueryResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public TranslateQueryResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TranslateQueryResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
setField
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
clearField
public TranslateQueryResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
clearOneof
public TranslateQueryResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
setRepeatedField
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
addRepeatedField
public TranslateQueryResponse.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<TranslateQueryResponse.Builder>
-
mergeFrom
public TranslateQueryResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TranslateQueryResponse.Builder>
-
mergeFrom
public TranslateQueryResponse.Builder mergeFrom(TranslateQueryResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin 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:
getTranslationJobin 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:
getTranslationJobBytesin 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:
getTranslatedQueryin 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:
getTranslatedQueryBytesin 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:
getErrorsListin 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:
getErrorsCountin 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:
getErrorsin 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:
getErrorsOrBuilderin 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:
getErrorsOrBuilderListin 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:
getWarningsListin 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:
getWarningsCountin 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:
getWarningsin 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:
getWarningsOrBuilderin 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:
getWarningsOrBuilderListin 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:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
mergeUnknownFields
public final TranslateQueryResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TranslateQueryResponse.Builder>
-
-