Enum JobState (2.76.0)

public enum JobState extends Enum<JobState> implements ProtocolMessageEnum

JobState represents the state of the job.

Protobuf enum google.cloud.securitycenter.v2.JobState

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

Job has completed but with failure

FAILED = 4;

FAILED_VALUE

Job has completed but with failure

FAILED = 4;

JOB_STATE_UNSPECIFIED

Unspecified represents an unknown state and should not be used.

JOB_STATE_UNSPECIFIED = 0;

JOB_STATE_UNSPECIFIED_VALUE

Unspecified represents an unknown state and should not be used.

JOB_STATE_UNSPECIFIED = 0;

PENDING

Job is scheduled and pending for run

PENDING = 1;

PENDING_VALUE

Job is scheduled and pending for run

PENDING = 1;

RUNNING

Job in progress

RUNNING = 2;

RUNNING_VALUE

Job in progress

RUNNING = 2;

SUCCEEDED

Job has completed with success

SUCCEEDED = 3;

SUCCEEDED_VALUE

Job has completed with success

SUCCEEDED = 3;

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()