Class GoogleCloudDatacatalogV1MigrationConfig
The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1MigrationConfig : IDirectResponseSchema
Properties
CatalogUiExperience
Opt-in status for the UI switch to Dataplex.
Declaration
[JsonProperty("catalogUiExperience")]
public virtual string CatalogUiExperience { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TagTemplateMigration
Opt-in status for the migration of Tag Templates to Dataplex.
Declaration
[JsonProperty("tagTemplateMigration")]
public virtual string TagTemplateMigration { get; set; }
Property Value
Type | Description |
---|---|
string |