public interface BackendMetastoreOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetastoreType()
public abstract BackendMetastore.MetastoreType getMetastoreType()The type of the backend metastore.
.google.events.cloud.metastore.v1.BackendMetastore.MetastoreType metastore_type = 2;
| Returns | |
|---|---|
| Type | Description |
BackendMetastore.MetastoreType |
The metastoreType. |
getMetastoreTypeValue()
public abstract int getMetastoreTypeValue()The type of the backend metastore.
.google.events.cloud.metastore.v1.BackendMetastore.MetastoreType metastore_type = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |