Enum StorageSystem (1.39.0)

public enum StorageSystem extends Enum<StorageSystem> implements ProtocolMessageEnum

Identifies the cloud system that manages the data storage.

Protobuf enum google.cloud.dataplex.v1.StorageSystem

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIGQUERY

The entity data is contained within a BigQuery dataset.

BIGQUERY = 2;

BIGQUERY_VALUE

The entity data is contained within a BigQuery dataset.

BIGQUERY = 2;

CLOUD_STORAGE

The entity data is contained within a Cloud Storage bucket.

CLOUD_STORAGE = 1;

CLOUD_STORAGE_VALUE

The entity data is contained within a Cloud Storage bucket.

CLOUD_STORAGE = 1;

STORAGE_SYSTEM_UNSPECIFIED

Storage system unspecified.

STORAGE_SYSTEM_UNSPECIFIED = 0;

STORAGE_SYSTEM_UNSPECIFIED_VALUE

Storage system unspecified.

STORAGE_SYSTEM_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()