apache.rocketmq.v1.EndTransactionRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto
package apache.rocketmq.v1;
public interface EndTransactionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.EndTransactionRequest)
com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .apache.rocketmq.v1.Resource group = 1;
* @return Whether the group field is set.
*/
boolean hasGroup();
/**
* .apache.rocketmq.v1.Resource group = 1;
* @return The group.
*/
apache.rocketmq.v1.Resource getGroup();
/**
* .apache.rocketmq.v1.Resource group = 1;
*/
apache.rocketmq.v1.ResourceOrBuilder getGroupOrBuilder();
/**
* 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();
/**
* .apache.rocketmq.v1.EndTransactionRequest.TransactionResolution resolution = 4;
* @return The enum numeric value on the wire for resolution.
*/
int getResolutionValue();
/**
* .apache.rocketmq.v1.EndTransactionRequest.TransactionResolution resolution = 4;
* @return The resolution.
*/
apache.rocketmq.v1.EndTransactionRequest.TransactionResolution getResolution();
/**
* .apache.rocketmq.v1.EndTransactionRequest.Source source = 5;
* @return The enum numeric value on the wire for source.
*/
int getSourceValue();
/**
* .apache.rocketmq.v1.EndTransactionRequest.Source source = 5;
* @return The source.
*/
apache.rocketmq.v1.EndTransactionRequest.Source getSource();
/**
* string trace_context = 6;
* @return The traceContext.
*/
java.lang.String getTraceContext();
/**
* string trace_context = 6;
* @return The bytes for traceContext.
*/
com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString
getTraceContextBytes();
}