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
Modifier and TypeMethodDescriptiongetBackfillRequest(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.intIf set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.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.List<? extends BackfillRequestOrBuilder> If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once.getPause()If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.com.google.protobuf.ByteStringIf set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.If set, trigger one action immediately.If set, trigger one action immediately.string unpause = 4;com.google.protobuf.ByteStringstring unpause = 4;booleanIf set, trigger one action immediately.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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
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
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
-
getUnpauseBytes
com.google.protobuf.ByteString getUnpauseBytes()string unpause = 4;- Returns:
- The bytes for unpause.
-