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 Type
    Method
    Description
    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.
    int
    If 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.
    If 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.
    If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.
    com.google.protobuf.ByteString
    If 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.ByteString
    string unpause = 4;
    boolean
    If set, trigger one action immediately.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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

      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

      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

      String getUnpause()
      string unpause = 4;
      Returns:
      The unpause.
    • getUnpauseBytes

      com.google.protobuf.ByteString getUnpauseBytes()
      string unpause = 4;
      Returns:
      The bytes for unpause.