apache.rocketmq.v1.QueryOffsetRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto
package apache.rocketmq.v1;
public interface QueryOffsetRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.QueryOffsetRequest)
com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .apache.rocketmq.v1.Partition partition = 1;
* @return Whether the partition field is set.
*/
boolean hasPartition();
/**
* .apache.rocketmq.v1.Partition partition = 1;
* @return The partition.
*/
apache.rocketmq.v1.Partition getPartition();
/**
* .apache.rocketmq.v1.Partition partition = 1;
*/
apache.rocketmq.v1.PartitionOrBuilder getPartitionOrBuilder();
/**
* .apache.rocketmq.v1.QueryOffsetPolicy policy = 2;
* @return The enum numeric value on the wire for policy.
*/
int getPolicyValue();
/**
* .apache.rocketmq.v1.QueryOffsetPolicy policy = 2;
* @return The policy.
*/
apache.rocketmq.v1.QueryOffsetPolicy getPolicy();
/**
* .google.protobuf.Timestamp time_point = 3;
* @return Whether the timePoint field is set.
*/
boolean hasTimePoint();
/**
* .google.protobuf.Timestamp time_point = 3;
* @return The timePoint.
*/
com.aliyun.openservices.ons.shaded.com.google.protobuf.Timestamp getTimePoint();
/**
* .google.protobuf.Timestamp time_point = 3;
*/
com.aliyun.openservices.ons.shaded.com.google.protobuf.TimestampOrBuilder getTimePointOrBuilder();
}