public enum LifecyclePolicy.Action extends Enum<LifecyclePolicy.Action> implements ProtocolMessageEnum
Action on task failures based on different conditions.
Protobuf enum google.events.cloud.batch.v1.LifecyclePolicy.Action
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION_UNSPECIFIED |
Action unspecified. |
ACTION_UNSPECIFIED_VALUE |
Action unspecified. |
FAIL_TASK |
Action that tasks in the group will be stopped immediately. |
FAIL_TASK_VALUE |
Action that tasks in the group will be stopped immediately. |
RETRY_TASK |
Action that tasks in the group will be scheduled to re-execute. |
RETRY_TASK_VALUE |
Action that tasks in the group will be scheduled to re-execute. |
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() |