Google Cloud Dms V1 Client - Class TreeType (1.1.0)

Reference documentation and code samples for the Google Cloud Dms V1 Client class TreeType.

The type of database entities tree.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TREE_TYPE_UNSPECIFIED

Value: 0

Tree type unspecified.

Generated from protobuf enum TREE_TYPE_UNSPECIFIED = 0;

SOURCE

Value: 1

Tree of entities loaded from a source database.

Generated from protobuf enum SOURCE = 1;

DRAFT

Value: 2

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

Generated from protobuf enum DRAFT = 2;

DESTINATION

Value: 3

Tree of entities observed on the destination database.

Generated from protobuf enum DESTINATION = 3;