| Modifier and Type | Method and Description |
|---|---|
SqlTranslationWarning |
SqlTranslationWarning.Builder.build() |
SqlTranslationWarning |
SqlTranslationWarning.Builder.buildPartial() |
static SqlTranslationWarning |
SqlTranslationWarning.getDefaultInstance() |
SqlTranslationWarning |
SqlTranslationWarning.getDefaultInstanceForType() |
SqlTranslationWarning |
SqlTranslationWarning.Builder.getDefaultInstanceForType() |
SqlTranslationWarning |
TranslateQueryResponse.getWarnings(int index)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
SqlTranslationWarning |
TranslateQueryResponse.Builder.getWarnings(int index)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
SqlTranslationWarning |
TranslateQueryResponseOrBuilder.getWarnings(int index)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
static SqlTranslationWarning |
SqlTranslationWarning.parseDelimitedFrom(InputStream input) |
static SqlTranslationWarning |
SqlTranslationWarning.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(byte[] data) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(ByteBuffer data) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(com.google.protobuf.ByteString data) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(com.google.protobuf.CodedInputStream input) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(InputStream input) |
static SqlTranslationWarning |
SqlTranslationWarning.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SqlTranslationWarning> |
SqlTranslationWarning.getParserForType() |
List<SqlTranslationWarning> |
TranslateQueryResponse.getWarningsList()
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
List<SqlTranslationWarning> |
TranslateQueryResponse.Builder.getWarningsList()
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
List<SqlTranslationWarning> |
TranslateQueryResponseOrBuilder.getWarningsList()
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
static com.google.protobuf.Parser<SqlTranslationWarning> |
SqlTranslationWarning.parser() |
| Modifier and Type | Method and Description |
|---|---|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addWarnings(int index,
SqlTranslationWarning value)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addWarnings(SqlTranslationWarning value)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
SqlTranslationWarning.Builder |
SqlTranslationWarning.Builder.mergeFrom(SqlTranslationWarning other) |
static SqlTranslationWarning.Builder |
SqlTranslationWarning.newBuilder(SqlTranslationWarning prototype) |
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.setWarnings(int index,
SqlTranslationWarning value)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addAllWarnings(Iterable<? extends SqlTranslationWarning> values)
The list of warnings encountered during the translation, if present,
indicates non-semantically correct translation.
|
Copyright © 2024 Google LLC. All rights reserved.