public enum JobState extends Enum<JobState> implements ProtocolMessageEnum
JobState represents the state of the job.
Protobuf enum google.cloud.securitycenter.v2.JobState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
Job has completed but with failure |
FAILED_VALUE |
Job has completed but with failure |
JOB_STATE_UNSPECIFIED |
Unspecified represents an unknown state and should not be used. |
JOB_STATE_UNSPECIFIED_VALUE |
Unspecified represents an unknown state and should not be used. |
PENDING |
Job is scheduled and pending for run |
PENDING_VALUE |
Job is scheduled and pending for run |
RUNNING |
Job in progress |
RUNNING_VALUE |
Job in progress |
SUCCEEDED |
Job has completed with success |
SUCCEEDED_VALUE |
Job has completed with success |
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() |