class Google::Apis::MetastoreV1alpha::DataCatalogConfig

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

Attributes

enabled[RW]

Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog. Corresponds to the JSON property `enabled` @return [Boolean]

enabled?[RW]

Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog. Corresponds to the JSON property `enabled` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/metastore_v1alpha/classes.rb, line 235
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 240
def update!(**args)
  @enabled = args[:enabled] if args.key?(:enabled)
end