Enum BackendMetastore.MetastoreType (2.42.0)

public enum BackendMetastore.MetastoreType extends Enum<BackendMetastore.MetastoreType> implements ProtocolMessageEnum

The type of the backend metastore.

Protobuf enum google.cloud.metastore.v1alpha.BackendMetastore.MetastoreType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIGQUERY

The backend metastore is BigQuery.

BIGQUERY = 2;

BIGQUERY_VALUE

The backend metastore is BigQuery.

BIGQUERY = 2;

DATAPLEX

The backend metastore is Dataplex.

DATAPLEX = 1;

DATAPLEX_VALUE

The backend metastore is Dataplex.

DATAPLEX = 1;

DATAPROC_METASTORE

The backend metastore is Dataproc Metastore.

DATAPROC_METASTORE = 3;

DATAPROC_METASTORE_VALUE

The backend metastore is Dataproc Metastore.

DATAPROC_METASTORE = 3;

METASTORE_TYPE_UNSPECIFIED

The metastore type is not set.

METASTORE_TYPE_UNSPECIFIED = 0;

METASTORE_TYPE_UNSPECIFIED_VALUE

The metastore type is not set.

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