| Modifier and Type | Method and Description |
|---|---|
SqlTranslationErrorDetail |
SqlTranslationErrorDetail.Builder.build() |
SqlTranslationErrorDetail |
SqlTranslationErrorDetail.Builder.buildPartial() |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.getDefaultInstance() |
SqlTranslationErrorDetail |
SqlTranslationErrorDetail.getDefaultInstanceForType() |
SqlTranslationErrorDetail |
SqlTranslationErrorDetail.Builder.getDefaultInstanceForType() |
SqlTranslationErrorDetail |
SqlTranslationErrorOrBuilder.getErrorDetail()
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationErrorDetail |
SqlTranslationError.getErrorDetail()
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationErrorDetail |
SqlTranslationError.Builder.getErrorDetail()
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationErrorDetail |
SqlTranslationWarning.getWarningDetail()
Specifies the details of the warning, including the warning message and
location from the source text.
|
SqlTranslationErrorDetail |
SqlTranslationWarning.Builder.getWarningDetail()
Specifies the details of the warning, including the warning message and
location from the source text.
|
SqlTranslationErrorDetail |
SqlTranslationWarningOrBuilder.getWarningDetail()
Specifies the details of the warning, including the warning message and
location from the source text.
|
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseDelimitedFrom(InputStream input) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(byte[] data) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(ByteBuffer data) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(com.google.protobuf.ByteString data) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(com.google.protobuf.CodedInputStream input) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(InputStream input) |
static SqlTranslationErrorDetail |
SqlTranslationErrorDetail.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SqlTranslationErrorDetail> |
SqlTranslationErrorDetail.getParserForType() |
static com.google.protobuf.Parser<SqlTranslationErrorDetail> |
SqlTranslationErrorDetail.parser() |
| Modifier and Type | Method and Description |
|---|---|
SqlTranslationError.Builder |
SqlTranslationError.Builder.mergeErrorDetail(SqlTranslationErrorDetail value)
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.Builder.mergeFrom(SqlTranslationErrorDetail other) |
SqlTranslationWarning.Builder |
SqlTranslationWarning.Builder.mergeWarningDetail(SqlTranslationErrorDetail value)
Specifies the details of the warning, including the warning message and
location from the source text.
|
static SqlTranslationErrorDetail.Builder |
SqlTranslationErrorDetail.newBuilder(SqlTranslationErrorDetail prototype) |
SqlTranslationError.Builder |
SqlTranslationError.Builder.setErrorDetail(SqlTranslationErrorDetail value)
Specifies the details of the error, including the error message and
location from the source text.
|
SqlTranslationWarning.Builder |
SqlTranslationWarning.Builder.setWarningDetail(SqlTranslationErrorDetail value)
Specifies the details of the warning, including the warning message and
location from the source text.
|
Copyright © 2024 Google LLC. All rights reserved.