apache.rocketmq.v1.ReportMessageConsumptionResultRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto
package apache.rocketmq.v1;
public interface ReportMessageConsumptionResultRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.ReportMessageConsumptionResultRequest)
com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string command_id = 1;
* @return The commandId.
*/
java.lang.String getCommandId();
/**
* string command_id = 1;
* @return The bytes for commandId.
*/
com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString
getCommandIdBytes();
/**
*
* 1. Return `INVALID_ARGUMENT` if message is corrupted.
* 2. Return `INTERNAL` if failed to consume message.
* 3. Return `OK` if success.
*
*
* .google.rpc.Status status = 2;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
* 1. Return `INVALID_ARGUMENT` if message is corrupted.
* 2. Return `INTERNAL` if failed to consume message.
* 3. Return `OK` if success.
*
*
* .google.rpc.Status status = 2;
* @return The status.
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.Status getStatus();
/**
*
* 1. Return `INVALID_ARGUMENT` if message is corrupted.
* 2. Return `INTERNAL` if failed to consume message.
* 3. Return `OK` if success.
*
*
* .google.rpc.Status status = 2;
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.StatusOrBuilder getStatusOrBuilder();
}