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

io.opentelemetry.proto.logs.v1.LogsDataOrBuilder 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/logs/v1/logs.proto

package io.opentelemetry.proto.logs.v1;

public interface LogsDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opentelemetry.proto.logs.v1.LogsData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * An array of ResourceLogs.
   * 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.logs.v1.ResourceLogs resource_logs = 1; */ java.util.List getResourceLogsList(); /** *
   * An array of ResourceLogs.
   * 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.logs.v1.ResourceLogs resource_logs = 1; */ io.opentelemetry.proto.logs.v1.ResourceLogs getResourceLogs(int index); /** *
   * An array of ResourceLogs.
   * 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.logs.v1.ResourceLogs resource_logs = 1; */ int getResourceLogsCount(); /** *
   * An array of ResourceLogs.
   * 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.logs.v1.ResourceLogs resource_logs = 1; */ java.util.List getResourceLogsOrBuilderList(); /** *
   * An array of ResourceLogs.
   * 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.logs.v1.ResourceLogs resource_logs = 1; */ io.opentelemetry.proto.logs.v1.ResourceLogsOrBuilder getResourceLogsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy