apache.rocketmq.v1.PrintThreadStackTraceCommandOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto
package apache.rocketmq.v1;
public interface PrintThreadStackTraceCommandOrBuilder extends
// @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.PrintThreadStackTraceCommand)
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();
}