Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::OrganizationConfig.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::MigrationConfig}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::MigrationConfig}) — Map of organizations and project resource names and their configuration.
The format for the map keys is
organizations/{organizationId}
orprojects/{projectId}
.
#config=
def config=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::MigrationConfig}
Parameter
-
value (::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::MigrationConfig}) — Map of organizations and project resource names and their configuration.
The format for the map keys is
organizations/{organizationId}
orprojects/{projectId}
.
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::MigrationConfig}) — Map of organizations and project resource names and their configuration.
The format for the map keys is
organizations/{organizationId}
orprojects/{projectId}
.