Interface BackfillRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BackfillRequest, BackfillRequest.Builder

    @Generated(value="protoc",
               comments="annotations:BackfillRequestOrBuilder.java.pb.meta")
    public interface BackfillRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasStartTime

        boolean hasStartTime()
         Time range to evaluate schedule in. Currently, this time range is
         exclusive on start_time and inclusive on end_time. (This is admittedly
         counterintuitive and it may change in the future, so to be safe, use a
         start time strictly before a scheduled time.) Also note that an action
         nominally scheduled in the interval but with jitter that pushes it after
         end_time will not be included.
         
        .google.protobuf.Timestamp start_time = 1;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        Timestamp getStartTime()
         Time range to evaluate schedule in. Currently, this time range is
         exclusive on start_time and inclusive on end_time. (This is admittedly
         counterintuitive and it may change in the future, so to be safe, use a
         start time strictly before a scheduled time.) Also note that an action
         nominally scheduled in the interval but with jitter that pushes it after
         end_time will not be included.
         
        .google.protobuf.Timestamp start_time = 1;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        TimestampOrBuilder getStartTimeOrBuilder()
         Time range to evaluate schedule in. Currently, this time range is
         exclusive on start_time and inclusive on end_time. (This is admittedly
         counterintuitive and it may change in the future, so to be safe, use a
         start time strictly before a scheduled time.) Also note that an action
         nominally scheduled in the interval but with jitter that pushes it after
         end_time will not be included.
         
        .google.protobuf.Timestamp start_time = 1;
      • hasEndTime

        boolean hasEndTime()
        .google.protobuf.Timestamp end_time = 2;
        Returns:
        Whether the endTime field is set.
      • getEndTime

        Timestamp getEndTime()
        .google.protobuf.Timestamp end_time = 2;
        Returns:
        The endTime.
      • getEndTimeOrBuilder

        TimestampOrBuilder getEndTimeOrBuilder()
        .google.protobuf.Timestamp end_time = 2;
      • getOverlapPolicyValue

        int getOverlapPolicyValue()
         If set, override overlap policy for this request.
         
        .temporal.api.enums.v1.ScheduleOverlapPolicy overlap_policy = 3;
        Returns:
        The enum numeric value on the wire for overlapPolicy.
      • getOverlapPolicy

        ScheduleOverlapPolicy getOverlapPolicy()
         If set, override overlap policy for this request.
         
        .temporal.api.enums.v1.ScheduleOverlapPolicy overlap_policy = 3;
        Returns:
        The overlapPolicy.