public static enum TagTemplate.DataplexTransferStatus extends Enum<TagTemplate.DataplexTransferStatus> implements com.google.protobuf.ProtocolMessageEnum
This enum describes TagTemplate transfer status to Dataplex service.Protobuf enum
google.cloud.datacatalog.v1beta1.TagTemplate.DataplexTransferStatus| Enum Constant and Description |
|---|
DATAPLEX_TRANSFER_STATUS_UNSPECIFIED
Default value.
|
MIGRATED
Deprecated.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATAPLEX_TRANSFER_STATUS_UNSPECIFIED_VALUE
Default value.
|
static int |
MIGRATED_VALUE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TagTemplate.DataplexTransferStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TagTemplate.DataplexTransferStatus> |
internalGetValueMap() |
static TagTemplate.DataplexTransferStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TagTemplate.DataplexTransferStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TagTemplate.DataplexTransferStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagTemplate.DataplexTransferStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagTemplate.DataplexTransferStatus DATAPLEX_TRANSFER_STATUS_UNSPECIFIED
Default value. TagTemplate and its tags are only visible and editable in DataCatalog.
DATAPLEX_TRANSFER_STATUS_UNSPECIFIED = 0;@Deprecated public static final TagTemplate.DataplexTransferStatus MIGRATED
TagTemplate and its tags are auto-copied to Dataplex service. Visible in both services. Editable in DataCatalog, read-only in Dataplex. Deprecated: Individual TagTemplate migration is deprecated in favor of organization or project wide TagTemplate migration opt-in.
MIGRATED = 1 [deprecated = true];public static final TagTemplate.DataplexTransferStatus UNRECOGNIZED
public static final int DATAPLEX_TRANSFER_STATUS_UNSPECIFIED_VALUE
Default value. TagTemplate and its tags are only visible and editable in DataCatalog.
DATAPLEX_TRANSFER_STATUS_UNSPECIFIED = 0;@Deprecated public static final int MIGRATED_VALUE
TagTemplate and its tags are auto-copied to Dataplex service. Visible in both services. Editable in DataCatalog, read-only in Dataplex. Deprecated: Individual TagTemplate migration is deprecated in favor of organization or project wide TagTemplate migration opt-in.
MIGRATED = 1 [deprecated = true];public static TagTemplate.DataplexTransferStatus[] values()
for (TagTemplate.DataplexTransferStatus c : TagTemplate.DataplexTransferStatus.values()) System.out.println(c);
public static TagTemplate.DataplexTransferStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TagTemplate.DataplexTransferStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TagTemplate.DataplexTransferStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TagTemplate.DataplexTransferStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TagTemplate.DataplexTransferStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.