Class: Google::Cloud::DataCatalog::V1::MigrationConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#catalog_ui_experience::Google::Cloud::DataCatalog::V1::CatalogUIExperience

Returns Opt-in status for the UI switch to Dataplex.

Returns:



1744
1745
1746
1747
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1744

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.

Returns:



1744
1745
1746
1747
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1744

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

#template_migration_enabled_time::Google::Protobuf::Timestamp

Returns The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.

Returns:

  • (::Google::Protobuf::Timestamp)

    The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.



1744
1745
1746
1747
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1744

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