public sealed class OrganizationConfig : IMessage<OrganizationConfig>, IEquatable<OrganizationConfig>, IDeepCloneable<OrganizationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class 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][google.cloud.datacatalog.v1.DataCatalog.RetrieveConfig].
public MapField<string, MigrationConfig> Config { get; }
Map of organizations and project resource names and their configuration.
The format for the map keys is organizations/{organizationId} or
projects/{projectId}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage provides documentation for the `OrganizationConfig` class within the Google Cloud Data Catalog v1 API, detailing its structure and functionality."],["The latest version of the `OrganizationConfig` class is 2.14.0, and the page also lists other previous versions ranging from 2.13.0 back to 1.2.0."],["The `OrganizationConfig` class is related to the migration from Data Catalog to Dataplex, and it serves as the response message for retrieving the configuration."],["`OrganizationConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `Config` that contains a map of organization and project configurations."],["The page also lists the constructors and inherited members for the `OrganizationConfig` class."]]],[]]