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 Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampgetFutureActionTimes(int index) repeated .google.protobuf.Timestamp future_action_times = 6;intrepeated .google.protobuf.Timestamp future_action_times = 6;List<com.google.protobuf.Timestamp> repeated .google.protobuf.Timestamp future_action_times = 6;com.google.protobuf.TimestampOrBuildergetFutureActionTimesOrBuilder(int index) repeated .google.protobuf.Timestamp future_action_times = 6;List<? extends com.google.protobuf.TimestampOrBuilder> repeated .google.protobuf.Timestamp future_action_times = 6;getNotes()From state:com.google.protobuf.ByteStringFrom state:booleanbool paused = 4;getRecentActions(int index) From info (maybe fewer entries):intFrom info (maybe fewer entries):From info (maybe fewer entries):getRecentActionsOrBuilder(int index) From info (maybe fewer entries):List<? extends ScheduleActionResultOrBuilder> From info (maybe fewer entries):getSpec()From spec: Some fields are dropped from this copy of spec: timezone_dataFrom spec: Some fields are dropped from this copy of spec: timezone_datalongSize of the schedule's internal state (including payloads) in bytes.From action: Action is a oneof field, but we need to encode this in JSON and oneof fields don't work well with JSON.From action: Action is a oneof field, but we need to encode this in JSON and oneof fields don't work well with JSON.booleanhasSpec()From spec: Some fields are dropped from this copy of spec: timezone_databooleanFrom action: Action is a oneof field, but we need to encode this in JSON and oneof fields don't work well with JSON.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
-
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
-
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
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
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.
-