Interface ExportProfilesServiceRequestOrBuilder

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

@Generated 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;
    • hasDictionary

      boolean hasDictionary()
       The reference table containing all data shared by profiles across the message being sent.
       
      .opentelemetry.proto.profiles.v1development.ProfilesDictionary dictionary = 2;
      Returns:
      Whether the dictionary field is set.
    • getDictionary

      ProfilesDictionary getDictionary()
       The reference table containing all data shared by profiles across the message being sent.
       
      .opentelemetry.proto.profiles.v1development.ProfilesDictionary dictionary = 2;
      Returns:
      The dictionary.
    • getDictionaryOrBuilder

      ProfilesDictionaryOrBuilder getDictionaryOrBuilder()
       The reference table containing all data shared by profiles across the message being sent.
       
      .opentelemetry.proto.profiles.v1development.ProfilesDictionary dictionary = 2;