
io.opentelemetry.proto.profiles.v1development.LinkOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opentelemetry/proto/profiles/v1development/profiles.proto
// Protobuf Java Version: 3.25.1
package io.opentelemetry.proto.profiles.v1development;
public interface LinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:opentelemetry.proto.profiles.v1development.Link)
com.google.protobuf.MessageOrBuilder {
/**
*
* A unique identifier of a trace that this linked span is part of. The ID is a
* 16-byte array.
*
*
* bytes trace_id = 1;
* @return The traceId.
*/
com.google.protobuf.ByteString getTraceId();
/**
*
* A unique identifier for the linked span. The ID is an 8-byte array.
*
*
* bytes span_id = 2;
* @return The spanId.
*/
com.google.protobuf.ByteString getSpanId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy