Interface TraceContextOuterClass.TraceContextOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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"];