Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudDatacatalogV1MigrationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

TemplateMigrationEnabledTime

object representation of TemplateMigrationEnabledTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TemplateMigrationEnabledTimeDateTimeOffset instead.")]
public virtual object TemplateMigrationEnabledTime { get; set; }
Property Value
Type Description
object

TemplateMigrationEnabledTimeDateTimeOffset

DateTimeOffset representation of TemplateMigrationEnabledTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TemplateMigrationEnabledTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TemplateMigrationEnabledTimeRaw

The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.

Declaration
[JsonProperty("templateMigrationEnabledTime")]
public virtual string TemplateMigrationEnabledTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX