Class: Google::Cloud::Metastore::V1beta::MetadataIntegration
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::MetadataIntegration
- 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 external services.
Instance Attribute Summary collapse
-
#data_catalog_config ⇒ ::Google::Cloud::Metastore::V1beta::DataCatalogConfig
The integration config for the Data Catalog service.
-
#dataplex_config ⇒ ::Google::Cloud::Metastore::V1beta::DataplexConfig
The integration config for the Dataplex service.
Instance Attribute Details
#data_catalog_config ⇒ ::Google::Cloud::Metastore::V1beta::DataCatalogConfig
Returns The integration config for the Data Catalog service.
203 204 205 206 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 203 class MetadataIntegration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataplex_config ⇒ ::Google::Cloud::Metastore::V1beta::DataplexConfig
Returns The integration config for the Dataplex service.
203 204 205 206 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 203 class MetadataIntegration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |