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

apache.rocketmq.v1.QueryOffsetRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy