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

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

There is a newer version: 1.24.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:TaskQueueStatusOrBuilder.java.pb.meta")
public interface TaskQueueStatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.taskqueue.v1.TaskQueueStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 backlog_count_hint = 1;
   * @return The backlogCountHint.
   */
  long getBacklogCountHint();

  /**
   * int64 read_level = 2;
   * @return The readLevel.
   */
  long getReadLevel();

  /**
   * int64 ack_level = 3;
   * @return The ackLevel.
   */
  long getAckLevel();

  /**
   * double rate_per_second = 4;
   * @return The ratePerSecond.
   */
  double getRatePerSecond();

  /**
   * .temporal.api.taskqueue.v1.TaskIdBlock task_id_block = 5;
   * @return Whether the taskIdBlock field is set.
   */
  boolean hasTaskIdBlock();
  /**
   * .temporal.api.taskqueue.v1.TaskIdBlock task_id_block = 5;
   * @return The taskIdBlock.
   */
  io.temporal.api.taskqueue.v1.TaskIdBlock getTaskIdBlock();
  /**
   * .temporal.api.taskqueue.v1.TaskIdBlock task_id_block = 5;
   */
  io.temporal.api.taskqueue.v1.TaskIdBlockOrBuilder getTaskIdBlockOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy