All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.schedule.v1.RangeOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// 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