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 Summary
Modifier and TypeMethodDescriptiongetResourceLogs(int index) An array of ResourceLogs.intAn array of ResourceLogs.An array of ResourceLogs.getResourceLogsOrBuilder(int index) An array of ResourceLogs.List<? extends ResourceLogsOrBuilder>An array of ResourceLogs.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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;
-