Interface ExportProfilesServiceRequestOrBuilder

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

public interface ExportProfilesServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceProfilesList

      List<ResourceProfiles> 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;
    • getResourceProfiles

      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;
    • getResourceProfilesCount

      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;
    • getResourceProfilesOrBuilderList

      List<? extends 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;
    • getResourceProfilesOrBuilder

      ResourceProfilesOrBuilder getResourceProfilesOrBuilder(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;