io.opentelemetry.proto.trace.v1.TracesDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opentelemetry/proto/trace/v1/trace.proto
package io.opentelemetry.proto.trace.v1;
public interface TracesDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:opentelemetry.proto.trace.v1.TracesData)
com.google.protobuf.MessageOrBuilder {
/**
*
* An array of ResourceSpans.
* For data coming from a single resource this array will typically contain
* one element. Intermediary nodes 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 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 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 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 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);
}