io.opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opentelemetry/proto/collector/trace/v1/trace_service.proto
package io.opentelemetry.proto.collector.trace.v1;
public interface ExportTraceServiceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
*/
java.util.List
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;
*/
io.opentelemetry.proto.trace.v1.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;
*/
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;
*/
java.util.List extends io.opentelemetry.proto.trace.v1.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;
*/
io.opentelemetry.proto.trace.v1.ResourceSpansOrBuilder getResourceSpansOrBuilder(
int index);
}