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
Namespace
Google \ Cloud \ CloudDms \ V1 \ DatabaseEntityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;