Class: Google::Apis::MetastoreV1::MetadataIntegration

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/metastore_v1/classes.rb,
lib/google/apis/metastore_v1/representations.rb,
lib/google/apis/metastore_v1/representations.rb

Overview

Specifies how metastore metadata should be integrated with external services.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MetadataIntegration

Returns a new instance of MetadataIntegration.



1247
1248
1249
# File 'lib/google/apis/metastore_v1/classes.rb', line 1247

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_catalog_configGoogle::Apis::MetastoreV1::DataCatalogConfig

Specifies how metastore metadata should be integrated with the Data Catalog service. Corresponds to the JSON property dataCatalogConfig



1245
1246
1247
# File 'lib/google/apis/metastore_v1/classes.rb', line 1245

def data_catalog_config
  @data_catalog_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1252
1253
1254
# File 'lib/google/apis/metastore_v1/classes.rb', line 1252

def update!(**args)
  @data_catalog_config = args[:data_catalog_config] if args.key?(:data_catalog_config)
end