apache.rocketmq.v1.ResponseCommonOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto
package apache.rocketmq.v1;
public interface ResponseCommonOrBuilder extends
// @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.ResponseCommon)
com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .google.rpc.Status status = 1;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .google.rpc.Status status = 1;
* @return The status.
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.Status getStatus();
/**
* .google.rpc.Status status = 1;
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.StatusOrBuilder getStatusOrBuilder();
/**
* .google.rpc.RequestInfo request_info = 2;
* @return Whether the requestInfo field is set.
*/
boolean hasRequestInfo();
/**
* .google.rpc.RequestInfo request_info = 2;
* @return The requestInfo.
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.RequestInfo getRequestInfo();
/**
* .google.rpc.RequestInfo request_info = 2;
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.RequestInfoOrBuilder getRequestInfoOrBuilder();
/**
* .google.rpc.Help help = 3;
* @return Whether the help field is set.
*/
boolean hasHelp();
/**
* .google.rpc.Help help = 3;
* @return The help.
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.Help getHelp();
/**
* .google.rpc.Help help = 3;
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.HelpOrBuilder getHelpOrBuilder();
/**
* .google.rpc.RetryInfo retry_info = 4;
* @return Whether the retryInfo field is set.
*/
boolean hasRetryInfo();
/**
* .google.rpc.RetryInfo retry_info = 4;
* @return The retryInfo.
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.RetryInfo getRetryInfo();
/**
* .google.rpc.RetryInfo retry_info = 4;
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.RetryInfoOrBuilder getRetryInfoOrBuilder();
/**
* .google.rpc.DebugInfo debug_info = 5;
* @return Whether the debugInfo field is set.
*/
boolean hasDebugInfo();
/**
* .google.rpc.DebugInfo debug_info = 5;
* @return The debugInfo.
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.DebugInfo getDebugInfo();
/**
* .google.rpc.DebugInfo debug_info = 5;
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.DebugInfoOrBuilder getDebugInfoOrBuilder();
/**
* .google.rpc.ErrorInfo error_info = 6;
* @return Whether the errorInfo field is set.
*/
boolean hasErrorInfo();
/**
* .google.rpc.ErrorInfo error_info = 6;
* @return The errorInfo.
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.ErrorInfo getErrorInfo();
/**
* .google.rpc.ErrorInfo error_info = 6;
*/
com.aliyun.openservices.ons.shaded.com.google.rpc.ErrorInfoOrBuilder getErrorInfoOrBuilder();
}