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 \ TransferRuleMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DIRECTION_UNSPECIFIED
Value: 0Unspecified direction.
Generated from protobuf enum DIRECTION_UNSPECIFIED = 0;
PARENT_TO_CHILD
Value: 1Transfer from the parent agent to the child agent.
Generated from protobuf enum PARENT_TO_CHILD = 1;
CHILD_TO_PARENT
Value: 2Transfer from the child agent to the parent agent.
Generated from protobuf enum CHILD_TO_PARENT = 2;