class documentation
class State(pb_enum.Enum): (source)
Job instance state.
| Constant | __PB2 |
Undocumented |
| Constant | CANCELLED |
The job has been cancelled. |
| Constant | CANCELLING |
The job is being cancelled. |
| Constant | COMPLETED |
The job has successfully completed. |
| Constant | COMPLETING |
The job is completing. |
| Constant | DELETING |
The job is being deleted. |
| Constant | ERROR |
The job encountered an internal error. |
| Constant | FAILED |
The job has failed. |
| Constant | PROVISIONING |
The job is creating resources. |
| Constant | RUNNING |
The job is running. |
| Constant | STARTING |
The job is being started. |
| Constant | STATE |
Undocumented |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
Undocumented
| Value |
|