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

io.opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequestOrBuilder 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/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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy