| Modifier and Type | Method and Description |
|---|---|
SqlTranslationError |
SqlTranslationError.Builder.build() |
SqlTranslationError |
SqlTranslationError.Builder.buildPartial() |
static SqlTranslationError |
SqlTranslationError.getDefaultInstance() |
SqlTranslationError |
SqlTranslationError.getDefaultInstanceForType() |
SqlTranslationError |
SqlTranslationError.Builder.getDefaultInstanceForType() |
SqlTranslationError |
TranslateQueryResponse.getErrors(int index)
The list of errors encountered during the translation, if present.
|
SqlTranslationError |
TranslateQueryResponse.Builder.getErrors(int index)
The list of errors encountered during the translation, if present.
|
SqlTranslationError |
TranslateQueryResponseOrBuilder.getErrors(int index)
The list of errors encountered during the translation, if present.
|
static SqlTranslationError |
SqlTranslationError.parseDelimitedFrom(InputStream input) |
static SqlTranslationError |
SqlTranslationError.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationError |
SqlTranslationError.parseFrom(byte[] data) |
static SqlTranslationError |
SqlTranslationError.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationError |
SqlTranslationError.parseFrom(ByteBuffer data) |
static SqlTranslationError |
SqlTranslationError.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationError |
SqlTranslationError.parseFrom(com.google.protobuf.ByteString data) |
static SqlTranslationError |
SqlTranslationError.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationError |
SqlTranslationError.parseFrom(com.google.protobuf.CodedInputStream input) |
static SqlTranslationError |
SqlTranslationError.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationError |
SqlTranslationError.parseFrom(InputStream input) |
static SqlTranslationError |
SqlTranslationError.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlTranslationError> |
TranslateQueryResponse.getErrorsList()
The list of errors encountered during the translation, if present.
|
List<SqlTranslationError> |
TranslateQueryResponse.Builder.getErrorsList()
The list of errors encountered during the translation, if present.
|
List<SqlTranslationError> |
TranslateQueryResponseOrBuilder.getErrorsList()
The list of errors encountered during the translation, if present.
|
com.google.protobuf.Parser<SqlTranslationError> |
SqlTranslationError.getParserForType() |
static com.google.protobuf.Parser<SqlTranslationError> |
SqlTranslationError.parser() |
| Modifier and Type | Method and Description |
|---|---|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addErrors(int index,
SqlTranslationError value)
The list of errors encountered during the translation, if present.
|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addErrors(SqlTranslationError value)
The list of errors encountered during the translation, if present.
|
SqlTranslationError.Builder |
SqlTranslationError.Builder.mergeFrom(SqlTranslationError other) |
static SqlTranslationError.Builder |
SqlTranslationError.newBuilder(SqlTranslationError prototype) |
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.setErrors(int index,
SqlTranslationError value)
The list of errors encountered during the translation, if present.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateQueryResponse.Builder |
TranslateQueryResponse.Builder.addAllErrors(Iterable<? extends SqlTranslationError> values)
The list of errors encountered during the translation, if present.
|
Copyright © 2024 Google LLC. All rights reserved.