public interface ErrorDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorInfo()
public abstract ErrorInfo getErrorInfo()Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| com.google.rpc.ErrorInfo | The errorInfo. |
getErrorInfoOrBuilder()
public abstract ErrorInfoOrBuilder getErrorInfoOrBuilder()Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| com.google.rpc.ErrorInfoOrBuilder |
getLocation()
public abstract ErrorLocation getLocation()Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ErrorLocation | The location. |
getLocationOrBuilder()
public abstract ErrorLocationOrBuilder getLocationOrBuilder()Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ErrorLocationOrBuilder |
hasErrorInfo()
public abstract boolean hasErrorInfo()Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the errorInfo field is set. |
hasLocation()
public abstract boolean hasLocation()Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the location field is set. |