public static interface Span.LinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Span.Attributes |
getAttributes()
A set of attributes on the link.
|
Span.AttributesOrBuilder |
getAttributesOrBuilder()
A set of attributes on the link.
|
String |
getSpanId()
The `[SPAN_ID]` for a span within a trace.
|
com.google.protobuf.ByteString |
getSpanIdBytes()
The `[SPAN_ID]` for a span within a trace.
|
String |
getTraceId()
The `[TRACE_ID]` for a trace within a project.
|
com.google.protobuf.ByteString |
getTraceIdBytes()
The `[TRACE_ID]` for a trace within a project.
|
Span.Link.Type |
getType()
The relationship of the current span relative to the linked span.
|
int |
getTypeValue()
The relationship of the current span relative to the linked span.
|
boolean |
hasAttributes()
A set of attributes on the link.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTraceId()
The `[TRACE_ID]` for a trace within a project.
string trace_id = 1;com.google.protobuf.ByteString getTraceIdBytes()
The `[TRACE_ID]` for a trace within a project.
string trace_id = 1;String getSpanId()
The `[SPAN_ID]` for a span within a trace.
string span_id = 2;com.google.protobuf.ByteString getSpanIdBytes()
The `[SPAN_ID]` for a span within a trace.
string span_id = 2;int getTypeValue()
The relationship of the current span relative to the linked span.
.google.devtools.cloudtrace.v2.Span.Link.Type type = 3;Span.Link.Type getType()
The relationship of the current span relative to the linked span.
.google.devtools.cloudtrace.v2.Span.Link.Type type = 3;boolean hasAttributes()
A set of attributes on the link. Up to 32 attributes can be specified per link.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 4;Span.Attributes getAttributes()
A set of attributes on the link. Up to 32 attributes can be specified per link.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 4;Span.AttributesOrBuilder getAttributesOrBuilder()
A set of attributes on the link. Up to 32 attributes can be specified per link.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 4;Copyright © 2024 Google LLC. All rights reserved.