Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class DataCatalogConfig.
Specifies how metastore metadata should be integrated with the Data Catalog service.
Generated from protobuf message google.cloud.metastore.v1alpha.DataCatalogConfig
Namespace
Google \ Cloud \ Metastore \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog. |
getEnabled
Defines whether the metastore metadata should be synced to Data Catalog.
The default value is to disable syncing metastore metadata to Data Catalog.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Defines whether the metastore metadata should be synced to Data Catalog.
The default value is to disable syncing metastore metadata to Data Catalog.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |