Interface BackendMetastoreOrBuilder (2.42.0)

public interface BackendMetastoreOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetastoreType()

public abstract BackendMetastore.MetastoreType getMetastoreType()

The type of the backend metastore.

.google.cloud.metastore.v1alpha.BackendMetastore.MetastoreType metastore_type = 2;

Returns
TypeDescription
BackendMetastore.MetastoreType

The metastoreType.

getMetastoreTypeValue()

public abstract int getMetastoreTypeValue()

The type of the backend metastore.

.google.cloud.metastore.v1alpha.BackendMetastore.MetastoreType metastore_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for metastoreType.

getName()

public abstract String getName()

The relative resource name of the metastore that is being federated. The formats of the relative resource names for the currently supported metastores are listed below:

  • BigQuery
    • projects/{project_id}
  • Dataproc Metastore
    • projects/{project_id}/locations/{location}/services/{service_id}

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The relative resource name of the metastore that is being federated. The formats of the relative resource names for the currently supported metastores are listed below:

  • BigQuery
    • projects/{project_id}
  • Dataproc Metastore
    • projects/{project_id}/locations/{location}/services/{service_id}

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.