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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto

package apache.rocketmq.v1;

public interface SendMessageResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.SendMessageResponse)
    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();

  /**
   * string message_id = 2;
   * @return The messageId.
   */
  java.lang.String getMessageId();
  /**
   * string message_id = 2;
   * @return The bytes for messageId.
   */
  com.aliyun.openservices.ons.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.
   */
  com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString
      getTransactionIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy