public interface ExportTraceServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode()
This is required only in the first message on the stream or if the
previous sent ExportTraceServiceRequest message has a different Node (e.g.
|
NodeOrBuilder |
getNodeOrBuilder()
This is required only in the first message on the stream or if the
previous sent ExportTraceServiceRequest message has a different Node (e.g.
|
Resource |
getResource()
The resource for the spans in this message that do not have an explicit
resource set.
|
ResourceOrBuilder |
getResourceOrBuilder()
The resource for the spans in this message that do not have an explicit
resource set.
|
Span |
getSpans(int index)
A list of Spans that belong to the last received Node.
|
int |
getSpansCount()
A list of Spans that belong to the last received Node.
|
List<Span> |
getSpansList()
A list of Spans that belong to the last received Node.
|
SpanOrBuilder |
getSpansOrBuilder(int index)
A list of Spans that belong to the last received Node.
|
List<? extends SpanOrBuilder> |
getSpansOrBuilderList()
A list of Spans that belong to the last received Node.
|
boolean |
hasNode()
This is required only in the first message on the stream or if the
previous sent ExportTraceServiceRequest message has a different Node (e.g.
|
boolean |
hasResource()
The resource for the spans in this message that do not have an explicit
resource set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
This is required only in the first message on the stream or if the previous sent ExportTraceServiceRequest message has a different Node (e.g. when the same RPC is used to send Spans from multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;Node getNode()
This is required only in the first message on the stream or if the previous sent ExportTraceServiceRequest message has a different Node (e.g. when the same RPC is used to send Spans from multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;NodeOrBuilder getNodeOrBuilder()
This is required only in the first message on the stream or if the previous sent ExportTraceServiceRequest message has a different Node (e.g. when the same RPC is used to send Spans from multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;List<Span> getSpansList()
A list of Spans that belong to the last received Node.
repeated .opencensus.proto.trace.v1.Span spans = 2;Span getSpans(int index)
A list of Spans that belong to the last received Node.
repeated .opencensus.proto.trace.v1.Span spans = 2;int getSpansCount()
A list of Spans that belong to the last received Node.
repeated .opencensus.proto.trace.v1.Span spans = 2;List<? extends SpanOrBuilder> getSpansOrBuilderList()
A list of Spans that belong to the last received Node.
repeated .opencensus.proto.trace.v1.Span spans = 2;SpanOrBuilder getSpansOrBuilder(int index)
A list of Spans that belong to the last received Node.
repeated .opencensus.proto.trace.v1.Span spans = 2;boolean hasResource()
The resource for the spans in this message that do not have an explicit resource set. If unset, the most recently set resource in the RPC stream applies. It is valid to never be set within a stream, e.g. when no resource info is known.
.opencensus.proto.resource.v1.Resource resource = 3;Resource getResource()
The resource for the spans in this message that do not have an explicit resource set. If unset, the most recently set resource in the RPC stream applies. It is valid to never be set within a stream, e.g. when no resource info is known.
.opencensus.proto.resource.v1.Resource resource = 3;ResourceOrBuilder getResourceOrBuilder()
The resource for the spans in this message that do not have an explicit resource set. If unset, the most recently set resource in the RPC stream applies. It is valid to never be set within a stream, e.g. when no resource info is known.
.opencensus.proto.resource.v1.Resource resource = 3;