Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SetConfigRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/representations.rb

Overview

Request message for SetConfig.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1SetConfigRequest

Returns a new instance of GoogleCloudDatacatalogV1SetConfigRequest.



2829
2830
2831
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2829

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#catalog_ui_experienceString

Opt-in status for the UI switch to Dataplex. Corresponds to the JSON property catalogUiExperience

Returns:

  • (String)


2822
2823
2824
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2822

def catalog_ui_experience
  @catalog_ui_experience
end

#tag_template_migrationString

Opt-in status for the migration of Tag Templates to Dataplex. Corresponds to the JSON property tagTemplateMigration

Returns:

  • (String)


2827
2828
2829
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2827

def tag_template_migration
  @tag_template_migration
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2834
2835
2836
2837
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 2834

def update!(**args)
  @catalog_ui_experience = args[:catalog_ui_experience] if args.key?(:catalog_ui_experience)
  @tag_template_migration = args[:tag_template_migration] if args.key?(:tag_template_migration)
end