class Google::Apis::MetastoreV1alpha::MetadataIntegration

Specifies how metastore metadata should be integrated with external services.

Attributes

data_catalog_config[RW]

Specifies how metastore metadata should be integrated with the Data Catalog service. Corresponds to the JSON property `dataCatalogConfig` @return [Google::Apis::MetastoreV1alpha::DataCatalogConfig]

dataplex_config[RW]

Specifies how metastore metadata should be integrated with the Dataplex service. Corresponds to the JSON property `dataplexConfig` @return [Google::Apis::MetastoreV1alpha::DataplexConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/metastore_v1alpha/classes.rb, line 918
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/metastore_v1alpha/classes.rb, line 923
def update!(**args)
  @data_catalog_config = args[:data_catalog_config] if args.key?(:data_catalog_config)
  @dataplex_config = args[:dataplex_config] if args.key?(:dataplex_config)
end