Enum FeatureOnlineStoreSpec.StorageType (1.64.0)

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

Type of underlaying storage type.

Protobuf enum google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIGTABLE

Underlsying storgae is Bigtable.

BIGTABLE = 1;

BIGTABLE_VALUE

Underlsying storgae is Bigtable.

BIGTABLE = 1;

OPTIMIZED

Underlaying is optimized online server (Lightning).

OPTIMIZED = 2;

OPTIMIZED_VALUE

Underlaying is optimized online server (Lightning).

OPTIMIZED = 2;

STORAGE_TYPE_UNSPECIFIED

Should not be used.

STORAGE_TYPE_UNSPECIFIED = 0;

STORAGE_TYPE_UNSPECIFIED_VALUE

Should not be used.

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