Interface ProfilesDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProfilesData,ProfilesData.Builder
public interface ProfilesDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceProfiles(int index) An array of ResourceProfiles.intAn array of ResourceProfiles.An array of ResourceProfiles.getResourceProfilesOrBuilder(int index) An array of ResourceProfiles.List<? extends ResourceProfilesOrBuilder>An array of ResourceProfiles.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
-
getResourceProfilesList
List<ResourceProfiles> getResourceProfilesList()An array of ResourceProfiles. For data coming from a single resource this array will typically contain one element. Intermediary nodes 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
An array of ResourceProfiles. For data coming from a single resource this array will typically contain one element. Intermediary nodes 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 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 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
An array of ResourceProfiles. For data coming from a single resource this array will typically contain one element. Intermediary nodes 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;
-