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

io.temporal.api.taskqueue.v1.TaskIdBlockOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/taskqueue/v1/message.proto

package io.temporal.api.taskqueue.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:TaskIdBlockOrBuilder.java.pb.meta")
public interface TaskIdBlockOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.taskqueue.v1.TaskIdBlock)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 start_id = 1;
   * @return The startId.
   */
  long getStartId();

  /**
   * int64 end_id = 2;
   * @return The endId.
   */
  long getEndId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy