Google Cloud Ces V1 Client - Class Direction (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class Direction.

The direction of the transfer.

Protobuf type google.cloud.ces.v1.TransferRule.Direction

Namespace

Google \ Cloud \ Ces \ V1 \ TransferRule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DIRECTION_UNSPECIFIED

Value: 0

Unspecified direction.

Generated from protobuf enum DIRECTION_UNSPECIFIED = 0;

PARENT_TO_CHILD

Value: 1

Transfer from the parent agent to the child agent.

Generated from protobuf enum PARENT_TO_CHILD = 1;

CHILD_TO_PARENT

Value: 2

Transfer from the child agent to the parent agent.

Generated from protobuf enum CHILD_TO_PARENT = 2;