Package io.temporal.api.schedule.v1
Interface SchedulePatchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SchedulePatch,SchedulePatch.Builder
@Generated(value="protoc", comments="annotations:SchedulePatchOrBuilder.java.pb.meta") public interface SchedulePatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackfillRequestgetBackfillRequest(int index)If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.intgetBackfillRequestCount()If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.java.util.List<BackfillRequest>getBackfillRequestList()If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.BackfillRequestOrBuildergetBackfillRequestOrBuilder(int index)If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.java.util.List<? extends BackfillRequestOrBuilder>getBackfillRequestOrBuilderList()If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.java.lang.StringgetPause()If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.com.google.protobuf.ByteStringgetPauseBytes()If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.TriggerImmediatelyRequestgetTriggerImmediately()If set, trigger one action immediately.TriggerImmediatelyRequestOrBuildergetTriggerImmediatelyOrBuilder()If set, trigger one action immediately.java.lang.StringgetUnpause()string unpause = 4;com.google.protobuf.ByteStringgetUnpauseBytes()string unpause = 4;booleanhasTriggerImmediately()If set, trigger one action immediately.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTriggerImmediately
boolean hasTriggerImmediately()
If set, trigger one action immediately.
.temporal.api.schedule.v1.TriggerImmediatelyRequest trigger_immediately = 1;- Returns:
- Whether the triggerImmediately field is set.
-
getTriggerImmediately
TriggerImmediatelyRequest getTriggerImmediately()
If set, trigger one action immediately.
.temporal.api.schedule.v1.TriggerImmediatelyRequest trigger_immediately = 1;- Returns:
- The triggerImmediately.
-
getTriggerImmediatelyOrBuilder
TriggerImmediatelyRequestOrBuilder getTriggerImmediatelyOrBuilder()
If set, trigger one action immediately.
.temporal.api.schedule.v1.TriggerImmediatelyRequest trigger_immediately = 1;
-
getBackfillRequestList
java.util.List<BackfillRequest> getBackfillRequestList()
If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.
repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
-
getBackfillRequest
BackfillRequest getBackfillRequest(int index)
If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.
repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
-
getBackfillRequestCount
int getBackfillRequestCount()
If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.
repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
-
getBackfillRequestOrBuilderList
java.util.List<? extends BackfillRequestOrBuilder> getBackfillRequestOrBuilderList()
If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.
repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
-
getBackfillRequestOrBuilder
BackfillRequestOrBuilder getBackfillRequestOrBuilder(int index)
If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.
repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
-
getPause
java.lang.String getPause()
If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.
string pause = 3;- Returns:
- The pause.
-
getPauseBytes
com.google.protobuf.ByteString getPauseBytes()
If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.
string pause = 3;- Returns:
- The bytes for pause.
-
getUnpause
java.lang.String getUnpause()
string unpause = 4;- Returns:
- The unpause.
-
getUnpauseBytes
com.google.protobuf.ByteString getUnpauseBytes()
string unpause = 4;- Returns:
- The bytes for unpause.
-
-