public enum Curation.LastExecutionState extends Enum<Curation.LastExecutionState> implements ProtocolMessageEnumThe state of the last execution of the curation.
 Protobuf enum google.cloud.apihub.v1.Curation.LastExecutionState
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
FAILED | 
        The last curation execution failed.    | 
      
FAILED_VALUE | 
        The last curation execution failed.    | 
      
LAST_EXECUTION_STATE_UNSPECIFIED | 
        Default unspecified state.    | 
      
LAST_EXECUTION_STATE_UNSPECIFIED_VALUE | 
        Default unspecified state.    | 
      
SUCCEEDED | 
        The last curation execution was successful.    | 
      
SUCCEEDED_VALUE | 
        The last curation execution was successful.    | 
      
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() | 
        |