Google Cloud Dms V1 Client - Class DBTreeType (1.2.1)

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 \ DescribeDatabaseEntitiesRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;