Google Cloud Data Catalog V1 Client - Class TagTemplateMigration (2.2.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class TagTemplateMigration.

Configuration related to the opt-in status for the migration of TagTemplates to Dataplex.

Protobuf type google.cloud.datacatalog.v1.TagTemplateMigration

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TAG_TEMPLATE_MIGRATION_UNSPECIFIED

Value: 0

Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed.

Generated from protobuf enum TAG_TEMPLATE_MIGRATION_UNSPECIFIED = 0;

TAG_TEMPLATE_MIGRATION_ENABLED

Value: 1

Migration of Tag Templates from Data Catalog to Dataplex is enabled.

Generated from protobuf enum TAG_TEMPLATE_MIGRATION_ENABLED = 1;

TAG_TEMPLATE_MIGRATION_DISABLED

Value: 2

Migration of Tag Templates from Data Catalog to Dataplex is disabled.

Generated from protobuf enum TAG_TEMPLATE_MIGRATION_DISABLED = 2;