Enum TagTemplateMigration (1.61.0)

public enum TagTemplateMigration extends Enum<TagTemplateMigration> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.datacatalog.v1.TagTemplateMigration

Implements

ProtocolMessageEnum

Static Fields

Name Description
TAG_TEMPLATE_MIGRATION_DISABLED

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

TAG_TEMPLATE_MIGRATION_DISABLED = 2;

TAG_TEMPLATE_MIGRATION_DISABLED_VALUE

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

TAG_TEMPLATE_MIGRATION_DISABLED = 2;

TAG_TEMPLATE_MIGRATION_ENABLED

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

TAG_TEMPLATE_MIGRATION_ENABLED = 1;

TAG_TEMPLATE_MIGRATION_ENABLED_VALUE

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

TAG_TEMPLATE_MIGRATION_ENABLED = 1;

TAG_TEMPLATE_MIGRATION_UNSPECIFIED

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

TAG_TEMPLATE_MIGRATION_UNSPECIFIED = 0;

TAG_TEMPLATE_MIGRATION_UNSPECIFIED_VALUE

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

TAG_TEMPLATE_MIGRATION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()