public static enum DescribeDatabaseEntitiesRequest.DBTreeType extends Enum<DescribeDatabaseEntitiesRequest.DBTreeType> implements com.google.protobuf.ProtocolMessageEnum
The type of a tree to returnProtobuf enum
google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType| Enum Constant and Description |
|---|
DB_TREE_TYPE_UNSPECIFIED
Unspecified tree type.
|
DESTINATION_TREE
The destination database tree.
|
DRAFT_TREE
The draft database tree.
|
SOURCE_TREE
The source database tree.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DB_TREE_TYPE_UNSPECIFIED_VALUE
Unspecified tree type.
|
static int |
DESTINATION_TREE_VALUE
The destination database tree.
|
static int |
DRAFT_TREE_VALUE
The draft database tree.
|
static int |
SOURCE_TREE_VALUE
The source database tree.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeDatabaseEntitiesRequest.DBTreeType |
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<DescribeDatabaseEntitiesRequest.DBTreeType> |
internalGetValueMap() |
static DescribeDatabaseEntitiesRequest.DBTreeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DescribeDatabaseEntitiesRequest.DBTreeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DescribeDatabaseEntitiesRequest.DBTreeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescribeDatabaseEntitiesRequest.DBTreeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescribeDatabaseEntitiesRequest.DBTreeType DB_TREE_TYPE_UNSPECIFIED
Unspecified tree type.
DB_TREE_TYPE_UNSPECIFIED = 0;public static final DescribeDatabaseEntitiesRequest.DBTreeType SOURCE_TREE
The source database tree.
SOURCE_TREE = 1;public static final DescribeDatabaseEntitiesRequest.DBTreeType DRAFT_TREE
The draft database tree.
DRAFT_TREE = 2;public static final DescribeDatabaseEntitiesRequest.DBTreeType DESTINATION_TREE
The destination database tree.
DESTINATION_TREE = 3;public static final DescribeDatabaseEntitiesRequest.DBTreeType UNRECOGNIZED
public static final int DB_TREE_TYPE_UNSPECIFIED_VALUE
Unspecified tree type.
DB_TREE_TYPE_UNSPECIFIED = 0;public static final int SOURCE_TREE_VALUE
The source database tree.
SOURCE_TREE = 1;public static final int DRAFT_TREE_VALUE
The draft database tree.
DRAFT_TREE = 2;public static final int DESTINATION_TREE_VALUE
The destination database tree.
DESTINATION_TREE = 3;public static DescribeDatabaseEntitiesRequest.DBTreeType[] values()
for (DescribeDatabaseEntitiesRequest.DBTreeType c : DescribeDatabaseEntitiesRequest.DBTreeType.values()) System.out.println(c);
public static DescribeDatabaseEntitiesRequest.DBTreeType 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 DescribeDatabaseEntitiesRequest.DBTreeType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DescribeDatabaseEntitiesRequest.DBTreeType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DescribeDatabaseEntitiesRequest.DBTreeType> 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 DescribeDatabaseEntitiesRequest.DBTreeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.