
io.opentelemetry.proto.collector.profiles.v1development.ExportProfilesServiceRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opentelemetry/proto/collector/profiles/v1development/profiles_service.proto
// Protobuf Java Version: 3.25.1
package io.opentelemetry.proto.collector.profiles.v1development;
public interface ExportProfilesServiceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:opentelemetry.proto.collector.profiles.v1development.ExportProfilesServiceRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* An array of ResourceProfiles.
* 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.profiles.v1development.ResourceProfiles resource_profiles = 1;
*/
java.util.List
getResourceProfilesList();
/**
*
* An array of ResourceProfiles.
* 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.profiles.v1development.ResourceProfiles resource_profiles = 1;
*/
io.opentelemetry.proto.profiles.v1development.ResourceProfiles getResourceProfiles(int index);
/**
*
* An array of ResourceProfiles.
* 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.profiles.v1development.ResourceProfiles resource_profiles = 1;
*/
int getResourceProfilesCount();
/**
*
* An array of ResourceProfiles.
* 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.profiles.v1development.ResourceProfiles resource_profiles = 1;
*/
java.util.List extends io.opentelemetry.proto.profiles.v1development.ResourceProfilesOrBuilder>
getResourceProfilesOrBuilderList();
/**
*
* An array of ResourceProfiles.
* 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.profiles.v1development.ResourceProfiles resource_profiles = 1;
*/
io.opentelemetry.proto.profiles.v1development.ResourceProfilesOrBuilder getResourceProfilesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy