Enum Task.TriggerSpec.Type (1.0.1)

public enum Task.TriggerSpec.Type extends Enum<Task.TriggerSpec.Type> implements ProtocolMessageEnum

Determines how often and when the job will run.

Protobuf enum google.cloud.dataplex.v1.Task.TriggerSpec.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ON_DEMAND

The task runs one-time shortly after Task Creation.

ON_DEMAND = 1;

ON_DEMAND_VALUE

The task runs one-time shortly after Task Creation.

ON_DEMAND = 1;

RECURRING

The task is scheduled to run periodically.

RECURRING = 2;

RECURRING_VALUE

The task is scheduled to run periodically.

RECURRING = 2;

TYPE_UNSPECIFIED

Unspecified trigger type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified trigger type.

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