Class: Google::Cloud::DataCatalog::V1::OrganizationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::OrganizationConfig
- 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 from Data Catalog to Dataplex that has been applied to an organization and any projects under it. It is the response message for RetrieveConfig.
Defined Under Namespace
Classes: ConfigEntry
Instance Attribute Summary collapse
-
#config ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::MigrationConfig}
Map of organizations and project resource names and their configuration.
Instance Attribute Details
#config ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::MigrationConfig}
Returns Map of organizations and project resource names and their configuration.
The format for the map keys is organizations/{organizationId}
or
projects/{projectId}
.
1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1665 class OrganizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::DataCatalog::V1::MigrationConfig] class ConfigEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |