Package com.daml.ledger.api.v1
Interface TraceContextOuterClass.TraceContextOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceContextOuterClass.TraceContext
,TraceContextOuterClass.TraceContext.Builder
- Enclosing class:
- TraceContextOuterClass
public static interface TraceContextOuterClass.TraceContextOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValue
getTraceparent()
https://www.w3.org/TR/trace-context/com.google.protobuf.StringValueOrBuilder
getTraceparentOrBuilder()
https://www.w3.org/TR/trace-context/com.google.protobuf.StringValue
getTracestate()
.google.protobuf.StringValue tracestate = 2 [json_name = "tracestate"];
com.google.protobuf.StringValueOrBuilder
getTracestateOrBuilder()
.google.protobuf.StringValue tracestate = 2 [json_name = "tracestate"];
boolean
hasTraceparent()
https://www.w3.org/TR/trace-context/boolean
hasTracestate()
.google.protobuf.StringValue tracestate = 2 [json_name = "tracestate"];
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTraceparent
boolean hasTraceparent()
https://www.w3.org/TR/trace-context/
.google.protobuf.StringValue traceparent = 1 [json_name = "traceparent"];
- Returns:
- Whether the traceparent field is set.
-
getTraceparent
com.google.protobuf.StringValue getTraceparent()
https://www.w3.org/TR/trace-context/
.google.protobuf.StringValue traceparent = 1 [json_name = "traceparent"];
- Returns:
- The traceparent.
-
getTraceparentOrBuilder
com.google.protobuf.StringValueOrBuilder getTraceparentOrBuilder()
https://www.w3.org/TR/trace-context/
.google.protobuf.StringValue traceparent = 1 [json_name = "traceparent"];
-
hasTracestate
boolean hasTracestate()
.google.protobuf.StringValue tracestate = 2 [json_name = "tracestate"];
- Returns:
- Whether the tracestate field is set.
-
getTracestate
com.google.protobuf.StringValue getTracestate()
.google.protobuf.StringValue tracestate = 2 [json_name = "tracestate"];
- Returns:
- The tracestate.
-
getTracestateOrBuilder
com.google.protobuf.StringValueOrBuilder getTracestateOrBuilder()
.google.protobuf.StringValue tracestate = 2 [json_name = "tracestate"];
-
-