Google Cloud Dataproc Metastore V1alpha Client - Class MetadataIntegration (0.4.1)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class MetadataIntegration.

Specifies how metastore metadata should be integrated with external services.

Generated from protobuf message google.cloud.metastore.v1alpha.MetadataIntegration

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ data_catalog_config Google\Cloud\Metastore\V1alpha\DataCatalogConfig

The integration config for the Data Catalog service.

↳ dataplex_config Google\Cloud\Metastore\V1alpha\DataplexConfig

The integration config for the Dataplex service.

getDataCatalogConfig

The integration config for the Data Catalog service.

Generated from protobuf field .google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\DataCatalogConfig|null

hasDataCatalogConfig

clearDataCatalogConfig

setDataCatalogConfig

The integration config for the Data Catalog service.

Generated from protobuf field .google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\DataCatalogConfig
Returns
TypeDescription
$this

getDataplexConfig

The integration config for the Dataplex service.

Generated from protobuf field .google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\DataplexConfig|null

hasDataplexConfig

clearDataplexConfig

setDataplexConfig

The integration config for the Dataplex service.

Generated from protobuf field .google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\DataplexConfig
Returns
TypeDescription
$this