Enum TransferRule.Direction (0.1.0)

public enum TransferRule.Direction extends Enum<TransferRule.Direction> implements ProtocolMessageEnum

The direction of the transfer.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CHILD_TO_PARENT

Transfer from the child agent to the parent agent.

CHILD_TO_PARENT = 2;

CHILD_TO_PARENT_VALUE

Transfer from the child agent to the parent agent.

CHILD_TO_PARENT = 2;

DIRECTION_UNSPECIFIED

Unspecified direction.

DIRECTION_UNSPECIFIED = 0;

DIRECTION_UNSPECIFIED_VALUE

Unspecified direction.

DIRECTION_UNSPECIFIED = 0;

PARENT_TO_CHILD

Transfer from the parent agent to the child agent.

PARENT_TO_CHILD = 1;

PARENT_TO_CHILD_VALUE

Transfer from the parent agent to the child agent.

PARENT_TO_CHILD = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()