All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.proto.trace.v1.TracesDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy