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 Detail

      • 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

        java.lang.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

        java.util.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

        java.util.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

        java.util.List<com.google.protobuf.Timestamp> getFutureActionTimesList()
        repeated .google.protobuf.Timestamp future_action_times = 6 [(.gogoproto.stdtime) = true];
      • getFutureActionTimes

        com.google.protobuf.Timestamp getFutureActionTimes​(int index)
        repeated .google.protobuf.Timestamp future_action_times = 6 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesCount

        int getFutureActionTimesCount()
        repeated .google.protobuf.Timestamp future_action_times = 6 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesOrBuilderList

        java.util.List<? extends com.google.protobuf.TimestampOrBuilder> getFutureActionTimesOrBuilderList()
        repeated .google.protobuf.Timestamp future_action_times = 6 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesOrBuilder

        com.google.protobuf.TimestampOrBuilder getFutureActionTimesOrBuilder​(int index)
        repeated .google.protobuf.Timestamp future_action_times = 6 [(.gogoproto.stdtime) = true];