Enum JobEvent.ExecutionTrigger (1.35.0)

public enum JobEvent.ExecutionTrigger extends Enum<JobEvent.ExecutionTrigger> implements ProtocolMessageEnum

Job Execution trigger.

Protobuf enum google.cloud.dataplex.v1.JobEvent.ExecutionTrigger

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXECUTION_TRIGGER_UNSPECIFIED

The job execution trigger is unspecified.

EXECUTION_TRIGGER_UNSPECIFIED = 0;

EXECUTION_TRIGGER_UNSPECIFIED_VALUE

The job execution trigger is unspecified.

EXECUTION_TRIGGER_UNSPECIFIED = 0;

RUN_REQUEST

The job was triggered by the explicit call of Task API.

RUN_REQUEST = 2;

RUN_REQUEST_VALUE

The job was triggered by the explicit call of Task API.

RUN_REQUEST = 2;

TASK_CONFIG

The job was triggered by Dataplex based on trigger spec from task definition.

TASK_CONFIG = 1;

TASK_CONFIG_VALUE

The job was triggered by Dataplex based on trigger spec from task definition.

TASK_CONFIG = 1;

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