Google Cloud Dataproc Metastore V1beta Client - Class DataCatalogConfig (0.11.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class DataCatalogConfig.

Specifies how metastore metadata should be integrated with the Data Catalog service.

Generated from protobuf message google.cloud.metastore.v1beta.DataCatalogConfig

Namespace

Google \ Cloud \ Metastore \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var bool
Returns
TypeDescription
$this