Class ScheduleInfo.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ScheduleInfoOrBuilder, java.lang.Cloneable
    Enclosing class:
    ScheduleInfo

    public static final class ScheduleInfo.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
    implements ScheduleInfoOrBuilder
    Protobuf type temporal.api.schedule.v1.ScheduleInfo
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • clear

        public ScheduleInfo.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • getDefaultInstanceForType

        public ScheduleInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ScheduleInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ScheduleInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ScheduleInfo.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • setField

        public ScheduleInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • clearField

        public ScheduleInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • clearOneof

        public ScheduleInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • setRepeatedField

        public ScheduleInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     int index,
                                                     java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • addRepeatedField

        public ScheduleInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • mergeFrom

        public ScheduleInfo.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ScheduleInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • mergeFrom

        public ScheduleInfo.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ScheduleInfo.Builder>
        Throws:
        java.io.IOException
      • getActionCount

        public long getActionCount()
         Number of actions taken so far.
         
        int64 action_count = 1;
        Specified by:
        getActionCount in interface ScheduleInfoOrBuilder
        Returns:
        The actionCount.
      • setActionCount

        public ScheduleInfo.Builder setActionCount​(long value)
         Number of actions taken so far.
         
        int64 action_count = 1;
        Parameters:
        value - The actionCount to set.
        Returns:
        This builder for chaining.
      • clearActionCount

        public ScheduleInfo.Builder clearActionCount()
         Number of actions taken so far.
         
        int64 action_count = 1;
        Returns:
        This builder for chaining.
      • getMissedCatchupWindow

        public long getMissedCatchupWindow()
         Number of times a scheduled action was skipped due to missing the catchup window.
         
        int64 missed_catchup_window = 2;
        Specified by:
        getMissedCatchupWindow in interface ScheduleInfoOrBuilder
        Returns:
        The missedCatchupWindow.
      • setMissedCatchupWindow

        public ScheduleInfo.Builder setMissedCatchupWindow​(long value)
         Number of times a scheduled action was skipped due to missing the catchup window.
         
        int64 missed_catchup_window = 2;
        Parameters:
        value - The missedCatchupWindow to set.
        Returns:
        This builder for chaining.
      • clearMissedCatchupWindow

        public ScheduleInfo.Builder clearMissedCatchupWindow()
         Number of times a scheduled action was skipped due to missing the catchup window.
         
        int64 missed_catchup_window = 2;
        Returns:
        This builder for chaining.
      • getOverlapSkipped

        public long getOverlapSkipped()
         Number of skipped actions due to overlap.
         
        int64 overlap_skipped = 3;
        Specified by:
        getOverlapSkipped in interface ScheduleInfoOrBuilder
        Returns:
        The overlapSkipped.
      • setOverlapSkipped

        public ScheduleInfo.Builder setOverlapSkipped​(long value)
         Number of skipped actions due to overlap.
         
        int64 overlap_skipped = 3;
        Parameters:
        value - The overlapSkipped to set.
        Returns:
        This builder for chaining.
      • clearOverlapSkipped

        public ScheduleInfo.Builder clearOverlapSkipped()
         Number of skipped actions due to overlap.
         
        int64 overlap_skipped = 3;
        Returns:
        This builder for chaining.
      • getRunningWorkflowsList

        public java.util.List<WorkflowExecution> getRunningWorkflowsList()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
        Specified by:
        getRunningWorkflowsList in interface ScheduleInfoOrBuilder
      • getRunningWorkflowsCount

        public int getRunningWorkflowsCount()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
        Specified by:
        getRunningWorkflowsCount in interface ScheduleInfoOrBuilder
      • getRunningWorkflows

        public WorkflowExecution getRunningWorkflows​(int index)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
        Specified by:
        getRunningWorkflows in interface ScheduleInfoOrBuilder
      • setRunningWorkflows

        public ScheduleInfo.Builder setRunningWorkflows​(int index,
                                                        WorkflowExecution value)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • setRunningWorkflows

        public ScheduleInfo.Builder setRunningWorkflows​(int index,
                                                        WorkflowExecution.Builder builderForValue)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • addRunningWorkflows

        public ScheduleInfo.Builder addRunningWorkflows​(WorkflowExecution value)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • addRunningWorkflows

        public ScheduleInfo.Builder addRunningWorkflows​(int index,
                                                        WorkflowExecution value)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • addRunningWorkflows

        public ScheduleInfo.Builder addRunningWorkflows​(WorkflowExecution.Builder builderForValue)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • addRunningWorkflows

        public ScheduleInfo.Builder addRunningWorkflows​(int index,
                                                        WorkflowExecution.Builder builderForValue)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • addAllRunningWorkflows

        public ScheduleInfo.Builder addAllRunningWorkflows​(java.lang.Iterable<? extends WorkflowExecution> values)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • clearRunningWorkflows

        public ScheduleInfo.Builder clearRunningWorkflows()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • removeRunningWorkflows

        public ScheduleInfo.Builder removeRunningWorkflows​(int index)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRunningWorkflowsBuilder

        public WorkflowExecution.Builder getRunningWorkflowsBuilder​(int index)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRunningWorkflowsOrBuilder

        public WorkflowExecutionOrBuilder getRunningWorkflowsOrBuilder​(int index)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
        Specified by:
        getRunningWorkflowsOrBuilder in interface ScheduleInfoOrBuilder
      • getRunningWorkflowsOrBuilderList

        public java.util.List<? extends WorkflowExecutionOrBuilder> getRunningWorkflowsOrBuilderList()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
        Specified by:
        getRunningWorkflowsOrBuilderList in interface ScheduleInfoOrBuilder
      • addRunningWorkflowsBuilder

        public WorkflowExecution.Builder addRunningWorkflowsBuilder()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • addRunningWorkflowsBuilder

        public WorkflowExecution.Builder addRunningWorkflowsBuilder​(int index)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRunningWorkflowsBuilderList

        public java.util.List<WorkflowExecution.Builder> getRunningWorkflowsBuilderList()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRecentActionsCount

        public int getRecentActionsCount()
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
        Specified by:
        getRecentActionsCount in interface ScheduleInfoOrBuilder
      • getRecentActions

        public ScheduleActionResult getRecentActions​(int index)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
        Specified by:
        getRecentActions in interface ScheduleInfoOrBuilder
      • setRecentActions

        public ScheduleInfo.Builder setRecentActions​(int index,
                                                     ScheduleActionResult value)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • setRecentActions

        public ScheduleInfo.Builder setRecentActions​(int index,
                                                     ScheduleActionResult.Builder builderForValue)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • addRecentActions

        public ScheduleInfo.Builder addRecentActions​(ScheduleActionResult value)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • addRecentActions

        public ScheduleInfo.Builder addRecentActions​(int index,
                                                     ScheduleActionResult value)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • addRecentActions

        public ScheduleInfo.Builder addRecentActions​(ScheduleActionResult.Builder builderForValue)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • addRecentActions

        public ScheduleInfo.Builder addRecentActions​(int index,
                                                     ScheduleActionResult.Builder builderForValue)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • addAllRecentActions

        public ScheduleInfo.Builder addAllRecentActions​(java.lang.Iterable<? extends ScheduleActionResult> values)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • clearRecentActions

        public ScheduleInfo.Builder clearRecentActions()
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • removeRecentActions

        public ScheduleInfo.Builder removeRecentActions​(int index)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getRecentActionsBuilder

        public ScheduleActionResult.Builder getRecentActionsBuilder​(int index)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • addRecentActionsBuilder

        public ScheduleActionResult.Builder addRecentActionsBuilder()
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • addRecentActionsBuilder

        public ScheduleActionResult.Builder addRecentActionsBuilder​(int index)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getRecentActionsBuilderList

        public java.util.List<ScheduleActionResult.Builder> getRecentActionsBuilderList()
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getFutureActionTimesList

        public java.util.List<com.google.protobuf.Timestamp> getFutureActionTimesList()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
        Specified by:
        getFutureActionTimesList in interface ScheduleInfoOrBuilder
      • getFutureActionTimesCount

        public int getFutureActionTimesCount()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
        Specified by:
        getFutureActionTimesCount in interface ScheduleInfoOrBuilder
      • getFutureActionTimes

        public com.google.protobuf.Timestamp getFutureActionTimes​(int index)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
        Specified by:
        getFutureActionTimes in interface ScheduleInfoOrBuilder
      • setFutureActionTimes

        public ScheduleInfo.Builder setFutureActionTimes​(int index,
                                                         com.google.protobuf.Timestamp value)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • setFutureActionTimes

        public ScheduleInfo.Builder setFutureActionTimes​(int index,
                                                         com.google.protobuf.Timestamp.Builder builderForValue)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • addFutureActionTimes

        public ScheduleInfo.Builder addFutureActionTimes​(com.google.protobuf.Timestamp value)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • addFutureActionTimes

        public ScheduleInfo.Builder addFutureActionTimes​(int index,
                                                         com.google.protobuf.Timestamp value)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • addFutureActionTimes

        public ScheduleInfo.Builder addFutureActionTimes​(com.google.protobuf.Timestamp.Builder builderForValue)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • addFutureActionTimes

        public ScheduleInfo.Builder addFutureActionTimes​(int index,
                                                         com.google.protobuf.Timestamp.Builder builderForValue)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • addAllFutureActionTimes

        public ScheduleInfo.Builder addAllFutureActionTimes​(java.lang.Iterable<? extends com.google.protobuf.Timestamp> values)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • clearFutureActionTimes

        public ScheduleInfo.Builder clearFutureActionTimes()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • removeFutureActionTimes

        public ScheduleInfo.Builder removeFutureActionTimes​(int index)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesBuilder

        public com.google.protobuf.Timestamp.Builder getFutureActionTimesBuilder​(int index)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesOrBuilder

        public com.google.protobuf.TimestampOrBuilder getFutureActionTimesOrBuilder​(int index)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
        Specified by:
        getFutureActionTimesOrBuilder in interface ScheduleInfoOrBuilder
      • getFutureActionTimesOrBuilderList

        public java.util.List<? extends com.google.protobuf.TimestampOrBuilder> getFutureActionTimesOrBuilderList()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
        Specified by:
        getFutureActionTimesOrBuilderList in interface ScheduleInfoOrBuilder
      • addFutureActionTimesBuilder

        public com.google.protobuf.Timestamp.Builder addFutureActionTimesBuilder()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • addFutureActionTimesBuilder

        public com.google.protobuf.Timestamp.Builder addFutureActionTimesBuilder​(int index)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesBuilderList

        public java.util.List<com.google.protobuf.Timestamp.Builder> getFutureActionTimesBuilderList()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • hasCreateTime

        public boolean hasCreateTime()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
        Specified by:
        hasCreateTime in interface ScheduleInfoOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
        Specified by:
        getCreateTime in interface ScheduleInfoOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public ScheduleInfo.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
      • setCreateTime

        public ScheduleInfo.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
      • mergeCreateTime

        public ScheduleInfo.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
      • clearCreateTime

        public ScheduleInfo.Builder clearCreateTime()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
        Specified by:
        getCreateTimeOrBuilder in interface ScheduleInfoOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
        Specified by:
        hasUpdateTime in interface ScheduleInfoOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
        Specified by:
        getUpdateTime in interface ScheduleInfoOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public ScheduleInfo.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
      • setUpdateTime

        public ScheduleInfo.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
      • mergeUpdateTime

        public ScheduleInfo.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
      • clearUpdateTime

        public ScheduleInfo.Builder clearUpdateTime()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
        Specified by:
        getUpdateTimeOrBuilder in interface ScheduleInfoOrBuilder
      • getInvalidScheduleError

        @Deprecated
        public java.lang.String getInvalidScheduleError()
        Deprecated.
        string invalid_schedule_error = 8 [deprecated = true];
        Specified by:
        getInvalidScheduleError in interface ScheduleInfoOrBuilder
        Returns:
        The invalidScheduleError.
      • getInvalidScheduleErrorBytes

        @Deprecated
        public com.google.protobuf.ByteString getInvalidScheduleErrorBytes()
        Deprecated.
        string invalid_schedule_error = 8 [deprecated = true];
        Specified by:
        getInvalidScheduleErrorBytes in interface ScheduleInfoOrBuilder
        Returns:
        The bytes for invalidScheduleError.
      • setInvalidScheduleError

        @Deprecated
        public ScheduleInfo.Builder setInvalidScheduleError​(java.lang.String value)
        Deprecated.
        string invalid_schedule_error = 8 [deprecated = true];
        Parameters:
        value - The invalidScheduleError to set.
        Returns:
        This builder for chaining.
      • clearInvalidScheduleError

        @Deprecated
        public ScheduleInfo.Builder clearInvalidScheduleError()
        Deprecated.
        string invalid_schedule_error = 8 [deprecated = true];
        Returns:
        This builder for chaining.
      • setInvalidScheduleErrorBytes

        @Deprecated
        public ScheduleInfo.Builder setInvalidScheduleErrorBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        string invalid_schedule_error = 8 [deprecated = true];
        Parameters:
        value - The bytes for invalidScheduleError to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ScheduleInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>
      • mergeUnknownFields

        public final ScheduleInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ScheduleInfo.Builder>