public final class StorageError extends GeneratedMessageV3 implements StorageErrorOrBuilder
Structured custom BigQuery Storage error message. The error can be attached as error details in the returned rpc Status. In particular, the use of error codes allows more structured error handling, and reduces the need to evaluate unstructured error text strings.
Protobuf type google.cloud.bigquery.storage.v1.StorageError
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StorageErrorImplements
StorageErrorOrBuilderFields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Type | Description |
int |
ENTITY_FIELD_NUMBER
public static final int ENTITY_FIELD_NUMBER
Type | Description |
int |
ERROR_MESSAGE_FIELD_NUMBER
public static final int ERROR_MESSAGE_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCode()
public StorageError.StorageErrorCode getCode()
BigQuery Storage specific error code.
.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode code = 1;
Type | Description |
StorageError.StorageErrorCode | The code. |
getCodeValue()
public int getCodeValue()
BigQuery Storage specific error code.
.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode code = 1;
Type | Description |
int | The enum numeric value on the wire for code. |
getDefaultInstance()
public static StorageError getDefaultInstance()
Type | Description |
StorageError |
getDefaultInstanceForType()
public StorageError getDefaultInstanceForType()
Type | Description |
StorageError |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getEntity()
public String getEntity()
Name of the failed entity.
string entity = 2;
Type | Description |
String | The entity. |
getEntityBytes()
public ByteString getEntityBytes()
Name of the failed entity.
string entity = 2;
Type | Description |
ByteString | The bytes for entity. |
getErrorMessage()
public String getErrorMessage()
Message that describes the error.
string error_message = 3;
Type | Description |
String | The errorMessage. |
getErrorMessageBytes()
public ByteString getErrorMessageBytes()
Message that describes the error.
string error_message = 3;
Type | Description |
ByteString | The bytes for errorMessage. |
getParserForType()
public Parser<StorageError> getParserForType()
Type | Description |
Parser<StorageError> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static StorageError.Builder newBuilder()
Type | Description |
StorageError.Builder |
newBuilder(StorageError prototype)
public static StorageError.Builder newBuilder(StorageError prototype)
Name | Description |
prototype | StorageError |
Type | Description |
StorageError.Builder |
newBuilderForType()
public StorageError.Builder newBuilderForType()
Type | Description |
StorageError.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StorageError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
StorageError.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static StorageError parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
StorageError |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StorageError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StorageError |
Type | Description |
IOException |
parseFrom(byte[] data)
public static StorageError parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
StorageError |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StorageError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StorageError |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static StorageError parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
StorageError |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StorageError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StorageError |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static StorageError parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
StorageError |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StorageError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StorageError |
Type | Description |
IOException |
parseFrom(InputStream input)
public static StorageError parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
StorageError |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StorageError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StorageError |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static StorageError parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
StorageError |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StorageError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StorageError |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<StorageError> parser()
Type | Description |
Parser<StorageError> |
toBuilder()
public StorageError.Builder toBuilder()
Type | Description |
StorageError.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |