public enum TransferRule.Direction extends Enum<TransferRule.Direction> implements ProtocolMessageEnumThe direction of the transfer.
Protobuf enum google.cloud.ces.v1.TransferRule.Direction
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CHILD_TO_PARENT |
Transfer from the child agent to the parent agent. |
CHILD_TO_PARENT_VALUE |
Transfer from the child agent to the parent agent. |
DIRECTION_UNSPECIFIED |
Unspecified direction. |
DIRECTION_UNSPECIFIED_VALUE |
Unspecified direction. |
PARENT_TO_CHILD |
Transfer from the parent agent to the child agent. |
PARENT_TO_CHILD_VALUE |
Transfer from the parent agent to the child agent. |
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() |
|