Interface ErrorDetailOrBuilder (0.11.0)

public interface ErrorDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the location field is set.