Interface ScheduleListInfoOrBuilder

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

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

    • hasSpec

      boolean hasSpec()
       From spec:
       Some fields are dropped from this copy of spec: timezone_data
       
      .temporal.api.schedule.v1.ScheduleSpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

      ScheduleSpec getSpec()
       From spec:
       Some fields are dropped from this copy of spec: timezone_data
       
      .temporal.api.schedule.v1.ScheduleSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      ScheduleSpecOrBuilder getSpecOrBuilder()
       From spec:
       Some fields are dropped from this copy of spec: timezone_data
       
      .temporal.api.schedule.v1.ScheduleSpec spec = 1;
    • hasWorkflowType

      boolean hasWorkflowType()
       From action:
       Action is a oneof field, but we need to encode this in JSON and oneof fields don't work
       well with JSON. If action is start_workflow, this is set:
       
      .temporal.api.common.v1.WorkflowType workflow_type = 2;
      Returns:
      Whether the workflowType field is set.
    • getWorkflowType

      WorkflowType getWorkflowType()
       From action:
       Action is a oneof field, but we need to encode this in JSON and oneof fields don't work
       well with JSON. If action is start_workflow, this is set:
       
      .temporal.api.common.v1.WorkflowType workflow_type = 2;
      Returns:
      The workflowType.
    • getWorkflowTypeOrBuilder

      WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
       From action:
       Action is a oneof field, but we need to encode this in JSON and oneof fields don't work
       well with JSON. If action is start_workflow, this is set:
       
      .temporal.api.common.v1.WorkflowType workflow_type = 2;
    • getNotes

      String getNotes()
       From state:
       
      string notes = 3;
      Returns:
      The notes.
    • getNotesBytes

      com.google.protobuf.ByteString getNotesBytes()
       From state:
       
      string notes = 3;
      Returns:
      The bytes for notes.
    • getPaused

      boolean getPaused()
      bool paused = 4;
      Returns:
      The paused.
    • getRecentActionsList

      List<ScheduleActionResult> getRecentActionsList()
       From info (maybe fewer entries):
       
      repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 5;
    • getRecentActions

      ScheduleActionResult getRecentActions(int index)
       From info (maybe fewer entries):
       
      repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 5;
    • getRecentActionsCount

      int getRecentActionsCount()
       From info (maybe fewer entries):
       
      repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 5;
    • getRecentActionsOrBuilderList

      List<? extends ScheduleActionResultOrBuilder> getRecentActionsOrBuilderList()
       From info (maybe fewer entries):
       
      repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 5;
    • getRecentActionsOrBuilder

      ScheduleActionResultOrBuilder getRecentActionsOrBuilder(int index)
       From info (maybe fewer entries):
       
      repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 5;
    • getFutureActionTimesList

      List<com.google.protobuf.Timestamp> getFutureActionTimesList()
      repeated .google.protobuf.Timestamp future_action_times = 6;
    • getFutureActionTimes

      com.google.protobuf.Timestamp getFutureActionTimes(int index)
      repeated .google.protobuf.Timestamp future_action_times = 6;
    • getFutureActionTimesCount

      int getFutureActionTimesCount()
      repeated .google.protobuf.Timestamp future_action_times = 6;
    • getFutureActionTimesOrBuilderList

      List<? extends com.google.protobuf.TimestampOrBuilder> getFutureActionTimesOrBuilderList()
      repeated .google.protobuf.Timestamp future_action_times = 6;
    • getFutureActionTimesOrBuilder

      com.google.protobuf.TimestampOrBuilder getFutureActionTimesOrBuilder(int index)
      repeated .google.protobuf.Timestamp future_action_times = 6;
    • getStateSizeBytes

      long getStateSizeBytes()
       Size of the schedule's internal state (including payloads) in bytes.
       
      int64 state_size_bytes = 7;
      Returns:
      The stateSizeBytes.