Package com.google.cloud.metastore.v1
Interface BackendMetastoreOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BackendMetastore,BackendMetastore.Builder
public interface BackendMetastoreOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendMetastore.MetastoreTypegetMetastoreType()The type of the backend metastore.intgetMetastoreTypeValue()The type of the backend metastore.StringgetName()The relative resource name of the metastore that is being federated.com.google.protobuf.ByteStringgetNameBytes()The relative resource name of the metastore that is being federated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
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;- Returns:
- The bytes for name.
-
getMetastoreTypeValue
int getMetastoreTypeValue()
The type of the backend metastore.
.google.cloud.metastore.v1.BackendMetastore.MetastoreType metastore_type = 2;- Returns:
- The enum numeric value on the wire for metastoreType.
-
getMetastoreType
BackendMetastore.MetastoreType getMetastoreType()
The type of the backend metastore.
.google.cloud.metastore.v1.BackendMetastore.MetastoreType metastore_type = 2;- Returns:
- The metastoreType.
-
-