Interface ExportTraceServiceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportTraceServiceRequest,ExportTraceServiceRequest.Builder
public interface ExportTraceServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceSpansgetResourceSpans(int index)An array of ResourceSpans.intgetResourceSpansCount()An array of ResourceSpans.List<ResourceSpans>getResourceSpansList()An array of ResourceSpans.ResourceSpansOrBuildergetResourceSpansOrBuilder(int index)An array of ResourceSpans.List<? extends ResourceSpansOrBuilder>getResourceSpansOrBuilderList()An array of ResourceSpans.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceSpansList
List<ResourceSpans> getResourceSpansList()
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1;
-
getResourceSpans
ResourceSpans getResourceSpans(int index)
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1;
-
getResourceSpansCount
int getResourceSpansCount()
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1;
-
getResourceSpansOrBuilderList
List<? extends ResourceSpansOrBuilder> getResourceSpansOrBuilderList()
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1;
-
getResourceSpansOrBuilder
ResourceSpansOrBuilder getResourceSpansOrBuilder(int index)
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1;
-
-