Reference documentation and code samples for the Google BigQuery Connection V1 Client class MetastoreServiceConfig.
Configuration of the Dataproc Metastore Service.
Generated from protobuf message google.cloud.bigquery.connection.v1.MetastoreServiceConfig
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ metastore_service |
string
Optional. Resource name of an existing Dataproc Metastore service. Example: * * |
getMetastoreService
Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
| Returns | |
|---|---|
| Type | Description |
string |
|
setMetastoreService
Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|