Interface Model.SpanRefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Model.SpanRef,Model.SpanRef.Builder
- Enclosing class:
Model
public static interface Model.SpanRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.jaeger.api_v2.SpanRefType ref_type = 3;int.jaeger.api_v2.SpanRefType ref_type = 3;com.google.protobuf.ByteStringbytes span_id = 2;com.google.protobuf.ByteStringbytes trace_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTraceId
com.google.protobuf.ByteString getTraceId()bytes trace_id = 1;- Returns:
- The traceId.
-
getSpanId
com.google.protobuf.ByteString getSpanId()bytes span_id = 2;- Returns:
- The spanId.
-
getRefTypeValue
int getRefTypeValue().jaeger.api_v2.SpanRefType ref_type = 3;- Returns:
- The enum numeric value on the wire for refType.
-
getRefType
Model.SpanRefType getRefType().jaeger.api_v2.SpanRefType ref_type = 3;- Returns:
- The refType.
-