apache.rocketmq.v1.QueryRouteResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto
package apache.rocketmq.v1;
public interface QueryRouteResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.QueryRouteResponse)
com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
* @return Whether the common field is set.
*/
boolean hasCommon();
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
* @return The common.
*/
apache.rocketmq.v1.ResponseCommon getCommon();
/**
* .apache.rocketmq.v1.ResponseCommon common = 1;
*/
apache.rocketmq.v1.ResponseCommonOrBuilder getCommonOrBuilder();
/**
* repeated .apache.rocketmq.v1.Partition partitions = 2;
*/
java.util.List
getPartitionsList();
/**
* repeated .apache.rocketmq.v1.Partition partitions = 2;
*/
apache.rocketmq.v1.Partition getPartitions(int index);
/**
* repeated .apache.rocketmq.v1.Partition partitions = 2;
*/
int getPartitionsCount();
/**
* repeated .apache.rocketmq.v1.Partition partitions = 2;
*/
java.util.List extends apache.rocketmq.v1.PartitionOrBuilder>
getPartitionsOrBuilderList();
/**
* repeated .apache.rocketmq.v1.Partition partitions = 2;
*/
apache.rocketmq.v1.PartitionOrBuilder getPartitionsOrBuilder(
int index);
}