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].
Implements
IMessageOrganizationConfig, IEquatableOrganizationConfig, IDeepCloneableOrganizationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
OrganizationConfig()
public OrganizationConfig()
OrganizationConfig(OrganizationConfig)
public OrganizationConfig(OrganizationConfig other)
Parameter | |
---|---|
Name | Description |
other |
OrganizationConfig |
Properties
Config
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}
.
Property Value | |
---|---|
Type | Description |
MapFieldstringMigrationConfig |