public enum IcebergStorage.StorageType extends Enum<IcebergStorage.StorageType> implements ProtocolMessageEnumThe type of Iceberg storage.
Protobuf enum google.cloud.oracledatabase.v1.IcebergStorage.StorageType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AMAZON_S3 |
Amazon S3 storage. |
AMAZON_S3_VALUE |
Amazon S3 storage. |
AZURE_DATA_LAKE_STORAGE |
Azure Data Lake Storage storage. |
AZURE_DATA_LAKE_STORAGE_VALUE |
Azure Data Lake Storage storage. |
GOOGLE_CLOUD_STORAGE |
Google Cloud Storage storage. |
GOOGLE_CLOUD_STORAGE_VALUE |
Google Cloud Storage storage. |
STORAGE_TYPE_UNSPECIFIED |
Storage type not specified. |
STORAGE_TYPE_UNSPECIFIED_VALUE |
Storage type not specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|