public interface StorageErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StorageError.StorageErrorCode |
getCode()
BigQuery Storage specific error code.
|
int |
getCodeValue()
BigQuery Storage specific error code.
|
String |
getEntity()
Name of the failed entity.
|
com.google.protobuf.ByteString |
getEntityBytes()
Name of the failed entity.
|
String |
getErrorMessage()
Message that describes the error.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
Message that describes the error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCodeValue()
BigQuery Storage specific error code.
.google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode code = 1;StorageError.StorageErrorCode getCode()
BigQuery Storage specific error code.
.google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode code = 1;String getEntity()
Name of the failed entity.
string entity = 2;com.google.protobuf.ByteString getEntityBytes()
Name of the failed entity.
string entity = 2;String getErrorMessage()
Message that describes the error.
string error_message = 3;com.google.protobuf.ByteString getErrorMessageBytes()
Message that describes the error.
string error_message = 3;Copyright © 2021 Google LLC. All rights reserved.