public interface BackendMetastoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackendMetastore.MetastoreType |
getMetastoreType()
The type of the backend metastore.
|
int |
getMetastoreTypeValue()
The type of the backend metastore.
|
String |
getName()
The relative resource name of the metastore that is being federated.
|
com.google.protobuf.ByteString |
getNameBytes()
The relative resource name of the metastore that is being federated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;int getMetastoreTypeValue()
The type of the backend metastore.
.google.cloud.metastore.v1beta.BackendMetastore.MetastoreType metastore_type = 2;BackendMetastore.MetastoreType getMetastoreType()
The type of the backend metastore.
.google.cloud.metastore.v1beta.BackendMetastore.MetastoreType metastore_type = 2;Copyright © 2024 Google LLC. All rights reserved.