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

apache.rocketmq.v2.SendResultEntryOrBuilder 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 SendResultEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v2.SendResultEntry)
    org.apache.rocketmq.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * .apache.rocketmq.v2.Status status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .apache.rocketmq.v2.Status status = 1;
   * @return The status.
   */
  apache.rocketmq.v2.Status getStatus();
  /**
   * .apache.rocketmq.v2.Status status = 1;
   */
  apache.rocketmq.v2.StatusOrBuilder getStatusOrBuilder();

  /**
   * string message_id = 2;
   * @return The messageId.
   */
  java.lang.String getMessageId();
  /**
   * string message_id = 2;
   * @return The bytes for messageId.
   */
  org.apache.rocketmq.shaded.com.google.protobuf.ByteString
      getMessageIdBytes();

  /**
   * string transaction_id = 3;
   * @return The transactionId.
   */
  java.lang.String getTransactionId();
  /**
   * string transaction_id = 3;
   * @return The bytes for transactionId.
   */
  org.apache.rocketmq.shaded.com.google.protobuf.ByteString
      getTransactionIdBytes();

  /**
   * int64 offset = 4;
   * @return The offset.
   */
  long getOffset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy