public static interface BaiduRpcProto.RpcRequestMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getLogId()
optional int64 log_id = 3; |
String |
getMethodName()
required string method_name = 2; |
com.google.protobuf.ByteString |
getMethodNameBytes()
required string method_name = 2; |
long |
getParentSpanId()
optional int64 parent_span_id = 6; |
String |
getServiceName()
required string service_name = 1; |
com.google.protobuf.ByteString |
getServiceNameBytes()
required string service_name = 1; |
long |
getSpanId()
optional int64 span_id = 5; |
long |
getTraceId()
optional int64 trace_id = 4; |
boolean |
hasLogId()
optional int64 log_id = 3; |
boolean |
hasMethodName()
required string method_name = 2; |
boolean |
hasParentSpanId()
optional int64 parent_span_id = 6; |
boolean |
hasServiceName()
required string service_name = 1; |
boolean |
hasSpanId()
optional int64 span_id = 5; |
boolean |
hasTraceId()
optional int64 trace_id = 4; |
boolean hasServiceName()
required string service_name = 1;String getServiceName()
required string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
required string service_name = 1;boolean hasMethodName()
required string method_name = 2;String getMethodName()
required string method_name = 2;com.google.protobuf.ByteString getMethodNameBytes()
required string method_name = 2;boolean hasLogId()
optional int64 log_id = 3;long getLogId()
optional int64 log_id = 3;boolean hasTraceId()
optional int64 trace_id = 4;long getTraceId()
optional int64 trace_id = 4;boolean hasSpanId()
optional int64 span_id = 5;long getSpanId()
optional int64 span_id = 5;boolean hasParentSpanId()
optional int64 parent_span_id = 6;long getParentSpanId()
optional int64 parent_span_id = 6;Copyright © 2019 Baidu, Inc.. All rights reserved.