io.temporal.api.schedule.v1.RangeOrBuilder 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:RangeOrBuilder.java.pb.meta")
public interface RangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.schedule.v1.Range)
com.google.protobuf.MessageOrBuilder {
/**
*
* Start of range (inclusive).
*
*
* int32 start = 1;
* @return The start.
*/
int getStart();
/**
*
* End of range (inclusive).
*
*
* int32 end = 2;
* @return The end.
*/
int getEnd();
/**
*
* Step (optional, default 1).
*
*
* int32 step = 3;
* @return The step.
*/
int getStep();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy