| Modifier and Type | Method and Description |
|---|---|
static StorageError.StorageErrorCode |
StorageError.StorageErrorCode.forNumber(int value) |
StorageError.StorageErrorCode |
StorageError.getCode()
BigQuery Storage specific error code.
|
StorageError.StorageErrorCode |
StorageError.Builder.getCode()
BigQuery Storage specific error code.
|
StorageError.StorageErrorCode |
StorageErrorOrBuilder.getCode()
BigQuery Storage specific error code.
|
static StorageError.StorageErrorCode |
StorageError.StorageErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StorageError.StorageErrorCode |
StorageError.StorageErrorCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StorageError.StorageErrorCode |
StorageError.StorageErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageError.StorageErrorCode[] |
StorageError.StorageErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<StorageError.StorageErrorCode> |
StorageError.StorageErrorCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
StorageError.Builder |
StorageError.Builder.setCode(StorageError.StorageErrorCode value)
BigQuery Storage specific error code.
|
Copyright © 2021 Google LLC. All rights reserved.