Reference documentation and code samples for the Google Cloud Dataproc V1 Client class MetastoreConfig.
Specifies a Metastore configuration.
Generated from protobuf message google.cloud.dataproc.v1.MetastoreConfig
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataproc_metastore_service |
string
Required. Resource name of an existing Dataproc Metastore service. Example: * |
getDataprocMetastoreService
Required. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[dataproc_region]/services/[service-name]
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataprocMetastoreService
Required. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[dataproc_region]/services/[service-name]
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|