Enum JobTrigger.Status (3.6.6)

public enum JobTrigger.Status extends Enum<JobTrigger.Status> implements ProtocolMessageEnum

Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs will be created with this configuration. The service may automatically pause triggers experiencing frequent errors. To restart a job, set the status to HEALTHY after correcting user errors.

Protobuf enum google.privacy.dlp.v2.JobTrigger.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

Trigger is cancelled and can not be resumed.

CANCELLED = 3;

CANCELLED_VALUE

Trigger is cancelled and can not be resumed.

CANCELLED = 3;

HEALTHY

Trigger is healthy.

HEALTHY = 1;

HEALTHY_VALUE

Trigger is healthy.

HEALTHY = 1;

PAUSED

Trigger is temporarily paused.

PAUSED = 2;

PAUSED_VALUE

Trigger is temporarily paused.

PAUSED = 2;

STATUS_UNSPECIFIED

Unused.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Unused.

STATUS_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()