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

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

  /**
   * .apache.rocketmq.v2.Resource topic = 1;
   * @return Whether the topic field is set.
   */
  boolean hasTopic();
  /**
   * .apache.rocketmq.v2.Resource topic = 1;
   * @return The topic.
   */
  apache.rocketmq.v2.Resource getTopic();
  /**
   * .apache.rocketmq.v2.Resource topic = 1;
   */
  apache.rocketmq.v2.ResourceOrBuilder getTopicOrBuilder();

  /**
   * 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();

  /**
   * .apache.rocketmq.v2.TransactionResolution resolution = 4;
   * @return The enum numeric value on the wire for resolution.
   */
  int getResolutionValue();
  /**
   * .apache.rocketmq.v2.TransactionResolution resolution = 4;
   * @return The resolution.
   */
  apache.rocketmq.v2.TransactionResolution getResolution();

  /**
   * .apache.rocketmq.v2.TransactionSource source = 5;
   * @return The enum numeric value on the wire for source.
   */
  int getSourceValue();
  /**
   * .apache.rocketmq.v2.TransactionSource source = 5;
   * @return The source.
   */
  apache.rocketmq.v2.TransactionSource getSource();

  /**
   * string trace_context = 6;
   * @return The traceContext.
   */
  java.lang.String getTraceContext();
  /**
   * string trace_context = 6;
   * @return The bytes for traceContext.
   */
  org.apache.rocketmq.shaded.com.google.protobuf.ByteString
      getTraceContextBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy