Class: Google::Cloud::Metastore::V1beta::DataCatalogConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/metastore/v1beta/metastore.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.

Returns:

  • (::Boolean)

    Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.



214
215
216
217
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 214

class DataCatalogConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end