Interface ExportLogsServiceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExportLogsServiceRequest, ExportLogsServiceRequest.Builder

    public interface ExportLogsServiceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getResourceLogsList

        List<ResourceLogs> getResourceLogsList()
         An array of ResourceLogs.
         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.logs.v1.ResourceLogs resource_logs = 1;
      • getResourceLogs

        ResourceLogs getResourceLogs​(int index)
         An array of ResourceLogs.
         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.logs.v1.ResourceLogs resource_logs = 1;
      • getResourceLogsCount

        int getResourceLogsCount()
         An array of ResourceLogs.
         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.logs.v1.ResourceLogs resource_logs = 1;
      • getResourceLogsOrBuilderList

        List<? extends ResourceLogsOrBuilder> getResourceLogsOrBuilderList()
         An array of ResourceLogs.
         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.logs.v1.ResourceLogs resource_logs = 1;
      • getResourceLogsOrBuilder

        ResourceLogsOrBuilder getResourceLogsOrBuilder​(int index)
         An array of ResourceLogs.
         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.logs.v1.ResourceLogs resource_logs = 1;