public enum ExecutionStatus.CurrentExecutionState extends Enum<ExecutionStatus.CurrentExecutionState> implements ProtocolMessageEnumEnum for the current state of the execution.
 Protobuf enum google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| CURRENT_EXECUTION_STATE_UNSPECIFIED | Default unspecified execution state.   | 
| CURRENT_EXECUTION_STATE_UNSPECIFIED_VALUE | Default unspecified execution state.   | 
| NOT_RUNNING | The plugin instance is not running an execution.   | 
| NOT_RUNNING_VALUE | The plugin instance is not running an execution.   | 
| RUNNING | The plugin instance is executing.   | 
| RUNNING_VALUE | The plugin instance is executing.   | 
| 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() | |