public enum Task.TriggerSpec.Type extends Enum<Task.TriggerSpec.Type> implements ProtocolMessageEnum
Determines how often and when the job will run.
Protobuf enum google.events.cloud.dataplex.v1.Task.TriggerSpec.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ON_DEMAND |
The task runs one-time shortly after Task Creation. |
ON_DEMAND_VALUE |
The task runs one-time shortly after Task Creation. |
RECURRING |
The task is scheduled to run periodically. |
RECURRING_VALUE |
The task is scheduled to run periodically. |
TYPE_UNSPECIFIED |
Unspecified trigger type. |
TYPE_UNSPECIFIED_VALUE |
Unspecified trigger type. |
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() |