io.temporal.api.schedule.v1.SchedulePatchOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/schedule/v1/message.proto
package io.temporal.api.schedule.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:SchedulePatchOrBuilder.java.pb.meta")
public interface SchedulePatchOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.schedule.v1.SchedulePatch)
com.google.protobuf.MessageOrBuilder {
/**
*
* If set, trigger one action immediately.
*
*
* .temporal.api.schedule.v1.TriggerImmediatelyRequest trigger_immediately = 1;
* @return Whether the triggerImmediately field is set.
*/
boolean hasTriggerImmediately();
/**
*
* If set, trigger one action immediately.
*
*
* .temporal.api.schedule.v1.TriggerImmediatelyRequest trigger_immediately = 1;
* @return The triggerImmediately.
*/
io.temporal.api.schedule.v1.TriggerImmediatelyRequest getTriggerImmediately();
/**
*
* If set, trigger one action immediately.
*
*
* .temporal.api.schedule.v1.TriggerImmediatelyRequest trigger_immediately = 1;
*/
io.temporal.api.schedule.v1.TriggerImmediatelyRequestOrBuilder getTriggerImmediatelyOrBuilder();
/**
*
* If set, runs though the specified time period(s) and takes actions as if that time
* passed by right now, all at once. The overlap policy can be overridden for the
* scope of the backfill.
*
*
* repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
*/
java.util.List
getBackfillRequestList();
/**
*
* If set, runs though the specified time period(s) and takes actions as if that time
* passed by right now, all at once. The overlap policy can be overridden for the
* scope of the backfill.
*
*
* repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
*/
io.temporal.api.schedule.v1.BackfillRequest getBackfillRequest(int index);
/**
*
* If set, runs though the specified time period(s) and takes actions as if that time
* passed by right now, all at once. The overlap policy can be overridden for the
* scope of the backfill.
*
*
* repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
*/
int getBackfillRequestCount();
/**
*
* If set, runs though the specified time period(s) and takes actions as if that time
* passed by right now, all at once. The overlap policy can be overridden for the
* scope of the backfill.
*
*
* repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
*/
java.util.List extends io.temporal.api.schedule.v1.BackfillRequestOrBuilder>
getBackfillRequestOrBuilderList();
/**
*
* If set, runs though the specified time period(s) and takes actions as if that time
* passed by right now, all at once. The overlap policy can be overridden for the
* scope of the backfill.
*
*
* repeated .temporal.api.schedule.v1.BackfillRequest backfill_request = 2;
*/
io.temporal.api.schedule.v1.BackfillRequestOrBuilder getBackfillRequestOrBuilder(
int index);
/**
*
* If set, change the state to paused or unpaused (respectively) and set the
* notes field to the value of the string.
*
*
* string pause = 3;
* @return The pause.
*/
java.lang.String getPause();
/**
*
* If set, change the state to paused or unpaused (respectively) and set the
* notes field to the value of the string.
*
*
* string pause = 3;
* @return The bytes for pause.
*/
com.google.protobuf.ByteString
getPauseBytes();
/**
* string unpause = 4;
* @return The unpause.
*/
java.lang.String getUnpause();
/**
* string unpause = 4;
* @return The bytes for unpause.
*/
com.google.protobuf.ByteString
getUnpauseBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy