Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class BackendMetastore.
Represents a backend metastore for the federation.
Generated from protobuf message google.cloud.metastore.v1beta.BackendMetastore
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
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 * |
↳ metastore_type |
int
The type of the backend metastore. |
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}
Returns | |
---|---|
Type | Description |
string |
setName
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMetastoreType
The type of the backend metastore.
Returns | |
---|---|
Type | Description |
int |
setMetastoreType
The type of the backend metastore.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |