public static final class ErrorDetail.Builder extends com.google.protobuf.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.v2alpha.ErrorDetail| Modifier and Type | Method and Description |
|---|---|
ErrorDetail.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ErrorDetail |
build() |
ErrorDetail |
buildPartial() |
ErrorDetail.Builder |
clear() |
ErrorDetail.Builder |
clearErrorInfo()
Required.
|
ErrorDetail.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ErrorDetail.Builder |
clearLocation()
Optional.
|
ErrorDetail.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ErrorDetail.Builder |
clone() |
ErrorDetail |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.rpc.ErrorInfo |
getErrorInfo()
Required.
|
com.google.rpc.ErrorInfo.Builder |
getErrorInfoBuilder()
Required.
|
com.google.rpc.ErrorInfoOrBuilder |
getErrorInfoOrBuilder()
Required.
|
ErrorLocation |
getLocation()
Optional.
|
ErrorLocation.Builder |
getLocationBuilder()
Optional.
|
ErrorLocationOrBuilder |
getLocationOrBuilder()
Optional.
|
boolean |
hasErrorInfo()
Required.
|
boolean |
hasLocation()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ErrorDetail.Builder |
mergeErrorInfo(com.google.rpc.ErrorInfo value)
Required.
|
ErrorDetail.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ErrorDetail.Builder |
mergeFrom(ErrorDetail other) |
ErrorDetail.Builder |
mergeFrom(com.google.protobuf.Message other) |
ErrorDetail.Builder |
mergeLocation(ErrorLocation value)
Optional.
|
ErrorDetail.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ErrorDetail.Builder |
setErrorInfo(com.google.rpc.ErrorInfo.Builder builderForValue)
Required.
|
ErrorDetail.Builder |
setErrorInfo(com.google.rpc.ErrorInfo value)
Required.
|
ErrorDetail.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ErrorDetail.Builder |
setLocation(ErrorLocation.Builder builderForValue)
Optional.
|
ErrorDetail.Builder |
setLocation(ErrorLocation value)
Optional.
|
ErrorDetail.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ErrorDetail.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ErrorDetail build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ErrorDetail buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ErrorDetail.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ErrorDetail.Builder>public ErrorDetail.Builder mergeFrom(ErrorDetail other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public ErrorDetail.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ErrorDetail.Builder>IOExceptionpublic boolean hasLocation()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
hasLocation in interface ErrorDetailOrBuilderpublic ErrorLocation getLocation()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
getLocation in interface ErrorDetailOrBuilderpublic ErrorDetail.Builder setLocation(ErrorLocation value)
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
public ErrorDetail.Builder setLocation(ErrorLocation.Builder builderForValue)
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
public ErrorDetail.Builder mergeLocation(ErrorLocation value)
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
public ErrorDetail.Builder clearLocation()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
public ErrorLocation.Builder getLocationBuilder()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
public ErrorLocationOrBuilder getLocationOrBuilder()
Optional. The exact location within the resource (if applicable).
.google.cloud.bigquery.migration.v2alpha.ErrorLocation location = 1 [(.google.api.field_behavior) = OPTIONAL];
getLocationOrBuilder in interface ErrorDetailOrBuilderpublic boolean hasErrorInfo()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];hasErrorInfo in interface ErrorDetailOrBuilderpublic 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];getErrorInfo in interface ErrorDetailOrBuilderpublic ErrorDetail.Builder setErrorInfo(com.google.rpc.ErrorInfo value)
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];public ErrorDetail.Builder setErrorInfo(com.google.rpc.ErrorInfo.Builder builderForValue)
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];public ErrorDetail.Builder mergeErrorInfo(com.google.rpc.ErrorInfo value)
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];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];public com.google.rpc.ErrorInfo.Builder getErrorInfoBuilder()
Required. Describes the cause of the error with structured detail.
.google.rpc.ErrorInfo error_info = 2 [(.google.api.field_behavior) = REQUIRED];public 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];getErrorInfoOrBuilder in interface ErrorDetailOrBuilderpublic final ErrorDetail.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>public final ErrorDetail.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorDetail.Builder>Copyright © 2024 Google LLC. All rights reserved.