Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1OrganizationConfig

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

The configuration related to the migration from Data Catalog to Dataplex that has been applied to an organization and any projects under it. It is the response message for RetrieveConfig.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1OrganizationConfig

Returns a new instance of GoogleCloudDatacatalogV1OrganizationConfig.



1953
1954
1955
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1953

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

Instance Attribute Details

#configHash<String,Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1MigrationConfig>

Map of organizations and project resource names and their configuration. The format for the map keys is organizations/organizationIdor `projects/` projectId. Corresponds to the JSON property config



1951
1952
1953
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1951

def config
  @config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1958
1959
1960
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1958

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