Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatacatalogV1MigrationConfig

import type { GoogleCloudDatacatalogV1MigrationConfig } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

The configuration related to the migration to Dataplex Universal Catalog applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.

interface GoogleCloudDatacatalogV1MigrationConfig {
catalogUiExperience?: "CATALOG_UI_EXPERIENCE_UNSPECIFIED" | "CATALOG_UI_EXPERIENCE_ENABLED" | "CATALOG_UI_EXPERIENCE_DISABLED";
tagTemplateMigration?: "TAG_TEMPLATE_MIGRATION_UNSPECIFIED" | "TAG_TEMPLATE_MIGRATION_ENABLED" | "TAG_TEMPLATE_MIGRATION_DISABLED";
templateMigrationEnabledTime?: Date;
}

§Properties

§
catalogUiExperience?: "CATALOG_UI_EXPERIENCE_UNSPECIFIED" | "CATALOG_UI_EXPERIENCE_ENABLED" | "CATALOG_UI_EXPERIENCE_DISABLED"
[src]

Opt-in status for the UI switch to Dataplex Universal Catalog.

§
tagTemplateMigration?: "TAG_TEMPLATE_MIGRATION_UNSPECIFIED" | "TAG_TEMPLATE_MIGRATION_ENABLED" | "TAG_TEMPLATE_MIGRATION_DISABLED"
[src]

Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.

§
templateMigrationEnabledTime?: Date
[src]

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