public enum Execution.Type extends Enum<Execution.Type> implements ProtocolMessageEnumThe type of execution, could be on demand execute or scheduled execute.
Protobuf enum google.cloud.workloadmanager.v1.Execution.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ONE_TIME |
Type of execution is one time. |
ONE_TIME_VALUE |
Type of execution is one time. |
SCHEDULED |
Type of execution is scheduled. |
SCHEDULED_VALUE |
Type of execution is scheduled. |
TYPE_UNSPECIFIED |
Type of execution is unspecified. |
TYPE_UNSPECIFIED_VALUE |
Type of execution is unspecified. |
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() |
|