io.temporal.api.taskqueue.v1.TaskQueueStatusOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy