Reference documentation and code samples for the Google Cloud Dms V1 Client class DBTreeType.
The type of a tree to return
Protobuf type google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeType
Namespace
Google \ Cloud \ CloudDms \ V1 \ DescribeDatabaseEntitiesRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DB_TREE_TYPE_UNSPECIFIED
Value: 0
Unspecified tree type.
Generated from protobuf enum DB_TREE_TYPE_UNSPECIFIED = 0;
SOURCE_TREE
Value: 1
The source database tree.
Generated from protobuf enum SOURCE_TREE = 1;
DRAFT_TREE
Value: 2
The draft database tree.
Generated from protobuf enum DRAFT_TREE = 2;
DESTINATION_TREE
Value: 3
The destination database tree.
Generated from protobuf enum DESTINATION_TREE = 3;