public static enum DatabaseEntity.TreeType extends Enum<DatabaseEntity.TreeType> implements com.google.protobuf.ProtocolMessageEnum
The type of database entities tree.Protobuf enum
google.cloud.clouddms.v1.DatabaseEntity.TreeType| Enum Constant and Description |
|---|
DESTINATION
Tree of entities observed on the destination database.
|
DRAFT
Tree of entities converted from the source tree using the mapping rules.
|
SOURCE
Tree of entities loaded from a source database.
|
TREE_TYPE_UNSPECIFIED
Tree type unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DESTINATION_VALUE
Tree of entities observed on the destination database.
|
static int |
DRAFT_VALUE
Tree of entities converted from the source tree using the mapping rules.
|
static int |
SOURCE_VALUE
Tree of entities loaded from a source database.
|
static int |
TREE_TYPE_UNSPECIFIED_VALUE
Tree type unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseEntity.TreeType |
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<DatabaseEntity.TreeType> |
internalGetValueMap() |
static DatabaseEntity.TreeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseEntity.TreeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseEntity.TreeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseEntity.TreeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseEntity.TreeType TREE_TYPE_UNSPECIFIED
Tree type unspecified.
TREE_TYPE_UNSPECIFIED = 0;public static final DatabaseEntity.TreeType SOURCE
Tree of entities loaded from a source database.
SOURCE = 1;public static final DatabaseEntity.TreeType DRAFT
Tree of entities converted from the source tree using the mapping rules.
DRAFT = 2;public static final DatabaseEntity.TreeType DESTINATION
Tree of entities observed on the destination database.
DESTINATION = 3;public static final DatabaseEntity.TreeType UNRECOGNIZED
public static final int TREE_TYPE_UNSPECIFIED_VALUE
Tree type unspecified.
TREE_TYPE_UNSPECIFIED = 0;public static final int SOURCE_VALUE
Tree of entities loaded from a source database.
SOURCE = 1;public static final int DRAFT_VALUE
Tree of entities converted from the source tree using the mapping rules.
DRAFT = 2;public static final int DESTINATION_VALUE
Tree of entities observed on the destination database.
DESTINATION = 3;public static DatabaseEntity.TreeType[] values()
for (DatabaseEntity.TreeType c : DatabaseEntity.TreeType.values()) System.out.println(c);
public static DatabaseEntity.TreeType 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 DatabaseEntity.TreeType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DatabaseEntity.TreeType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DatabaseEntity.TreeType> 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 DatabaseEntity.TreeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.