public interface ErrorDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.ErrorInfo |
getErrorInfo()
Required.
|
com.google.rpc.ErrorInfoOrBuilder |
getErrorInfoOrBuilder()
Required.
|
ErrorLocation |
getLocation()
Optional.
|
ErrorLocationOrBuilder |
getLocationOrBuilder()
Optional.
|
boolean |
hasErrorInfo()
Required.
|
boolean |
hasLocation()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
ErrorLocation getLocation()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
ErrorLocationOrBuilder getLocationOrBuilder()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasErrorInfo()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];com.google.rpc.ErrorInfo getErrorInfo()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];com.google.rpc.ErrorInfoOrBuilder getErrorInfoOrBuilder()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.