Enum DatabaseEntity.TreeType (2.40.0)

public enum DatabaseEntity.TreeType extends Enum<DatabaseEntity.TreeType> implements ProtocolMessageEnum

The type of database entities tree.

Protobuf enum google.cloud.clouddms.v1.DatabaseEntity.TreeType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DESTINATION

Tree of entities observed on the destination database.

DESTINATION = 3;

DESTINATION_VALUE

Tree of entities observed on the destination database.

DESTINATION = 3;

DRAFT

Tree of entities converted from the source tree using the mapping rules.

DRAFT = 2;

DRAFT_VALUE

Tree of entities converted from the source tree using the mapping rules.

DRAFT = 2;

SOURCE

Tree of entities loaded from a source database.

SOURCE = 1;

SOURCE_VALUE

Tree of entities loaded from a source database.

SOURCE = 1;

TREE_TYPE_UNSPECIFIED

Tree type unspecified.

TREE_TYPE_UNSPECIFIED = 0;

TREE_TYPE_UNSPECIFIED_VALUE

Tree type unspecified.

TREE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()