public sealed class MigrationConfig : IMessage<MigrationConfig>, IEquatable<MigrationConfig>, IDeepCloneable<MigrationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class MigrationConfig.
The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for [SetConfig][google.cloud.datacatalog.v1.DataCatalog.SetConfig] and [RetrieveEffectiveConfig][google.cloud.datacatalog.v1.DataCatalog.RetrieveEffectiveConfig].
Implements
IMessageMigrationConfig, IEquatableMigrationConfig, IDeepCloneableMigrationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
MigrationConfig()
public MigrationConfig()
MigrationConfig(MigrationConfig)
public MigrationConfig(MigrationConfig other)
Parameter | |
---|---|
Name | Description |
other |
MigrationConfig |
Properties
CatalogUiExperience
public CatalogUIExperience CatalogUiExperience { get; set; }
Opt-in status for the UI switch to Dataplex.
Property Value | |
---|---|
Type | Description |
CatalogUIExperience |
TagTemplateMigration
public TagTemplateMigration TagTemplateMigration { get; set; }
Opt-in status for the migration of Tag Templates to Dataplex.
Property Value | |
---|---|
Type | Description |
TagTemplateMigration |