Enum IcebergStorage.StorageType (0.44.0)

public enum IcebergStorage.StorageType extends Enum<IcebergStorage.StorageType> implements ProtocolMessageEnum

The type of Iceberg storage.

Protobuf enum google.cloud.oracledatabase.v1.IcebergStorage.StorageType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AMAZON_S3

Amazon S3 storage.

AMAZON_S3 = 1;

AMAZON_S3_VALUE

Amazon S3 storage.

AMAZON_S3 = 1;

AZURE_DATA_LAKE_STORAGE

Azure Data Lake Storage storage.

AZURE_DATA_LAKE_STORAGE = 3;

AZURE_DATA_LAKE_STORAGE_VALUE

Azure Data Lake Storage storage.

AZURE_DATA_LAKE_STORAGE = 3;

GOOGLE_CLOUD_STORAGE

Google Cloud Storage storage.

GOOGLE_CLOUD_STORAGE = 2;

GOOGLE_CLOUD_STORAGE_VALUE

Google Cloud Storage storage.

GOOGLE_CLOUD_STORAGE = 2;

STORAGE_TYPE_UNSPECIFIED

Storage type not specified.

STORAGE_TYPE_UNSPECIFIED = 0;

STORAGE_TYPE_UNSPECIFIED_VALUE

Storage type not specified.

STORAGE_TYPE_UNSPECIFIED = 0;

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()