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

apache.rocketmq.v2.AckMessageResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v2/service.proto

package apache.rocketmq.v2;

public interface AckMessageResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v2.AckMessageResponse)
    org.apache.rocketmq.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * RPC tier status, which is used to represent RPC-level errors including
   * authentication, authorization, throttling and other general failures.
   * 
* * .apache.rocketmq.v2.Status status = 1; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * RPC tier status, which is used to represent RPC-level errors including
   * authentication, authorization, throttling and other general failures.
   * 
* * .apache.rocketmq.v2.Status status = 1; * @return The status. */ apache.rocketmq.v2.Status getStatus(); /** *
   * RPC tier status, which is used to represent RPC-level errors including
   * authentication, authorization, throttling and other general failures.
   * 
* * .apache.rocketmq.v2.Status status = 1; */ apache.rocketmq.v2.StatusOrBuilder getStatusOrBuilder(); /** * repeated .apache.rocketmq.v2.AckMessageResultEntry entries = 2; */ java.util.List getEntriesList(); /** * repeated .apache.rocketmq.v2.AckMessageResultEntry entries = 2; */ apache.rocketmq.v2.AckMessageResultEntry getEntries(int index); /** * repeated .apache.rocketmq.v2.AckMessageResultEntry entries = 2; */ int getEntriesCount(); /** * repeated .apache.rocketmq.v2.AckMessageResultEntry entries = 2; */ java.util.List getEntriesOrBuilderList(); /** * repeated .apache.rocketmq.v2.AckMessageResultEntry entries = 2; */ apache.rocketmq.v2.AckMessageResultEntryOrBuilder getEntriesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy