Class: Google::Cloud::DataCatalog::V1::MigrationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::MigrationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
Instance Attribute Summary collapse
-
#catalog_ui_experience ⇒ ::Google::Cloud::DataCatalog::V1::CatalogUIExperience
Opt-in status for the UI switch to Dataplex.
-
#tag_template_migration ⇒ ::Google::Cloud::DataCatalog::V1::TagTemplateMigration
Opt-in status for the migration of Tag Templates to Dataplex.
Instance Attribute Details
#catalog_ui_experience ⇒ ::Google::Cloud::DataCatalog::V1::CatalogUIExperience
Returns Opt-in status for the UI switch to Dataplex.
1690 1691 1692 1693 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1690 class MigrationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag_template_migration ⇒ ::Google::Cloud::DataCatalog::V1::TagTemplateMigration
Returns Opt-in status for the migration of Tag Templates to Dataplex.
1690 1691 1692 1693 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1690 class MigrationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |