public static final class ErrorDetail.Builder extends GeneratedMessageV3.Builder<ErrorDetail.Builder> implements ErrorDetailOrBuilder
Provides details for errors, e.g. issues that where encountered when processing a subtask.
Protobuf type google.cloud.bigquery.migration.v2.ErrorDetail
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ErrorDetail.BuilderImplements
ErrorDetailOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ErrorDetail.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ErrorDetail.Builder |
build()
public ErrorDetail build()
Returns | |
---|---|
Type | Description |
ErrorDetail |
buildPartial()
public ErrorDetail buildPartial()
Returns | |
---|---|
Type | Description |
ErrorDetail |
clear()
public ErrorDetail.Builder clear()
Returns | |
---|---|
Type | Description |
ErrorDetail.Builder |
clearErrorInfo()
public ErrorDetail.Builder clearErrorInfo()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ErrorDetail.Builder |
clearField(Descriptors.FieldDescriptor field)
public ErrorDetail.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ErrorDetail.Builder |
clearLocation()
public ErrorDetail.Builder clearLocation()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ErrorDetail.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ErrorDetail.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ErrorDetail.Builder |
clone()
public ErrorDetail.Builder clone()
Returns | |
---|---|
Type | Description |
ErrorDetail.Builder |
getDefaultInstanceForType()
public ErrorDetail getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ErrorDetail |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getErrorInfo()
public ErrorInfo getErrorInfo()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.rpc.ErrorInfo | The errorInfo. |
getErrorInfoBuilder()
public ErrorInfo.Builder getErrorInfoBuilder()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.rpc.ErrorInfo.Builder |
getErrorInfoOrBuilder()
public ErrorInfoOrBuilder getErrorInfoOrBuilder()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.rpc.ErrorInfoOrBuilder |
getLocation()
public 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 | |
---|---|
Type | Description |
ErrorLocation | The location. |
getLocationBuilder()
public ErrorLocation.Builder getLocationBuilder()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ErrorLocation.Builder |
getLocationOrBuilder()
public 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 | |
---|---|
Type | Description |
ErrorLocationOrBuilder |
hasErrorInfo()
public boolean hasErrorInfo()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
|