Uses of Class
io.opentelemetry.proto.profiles.v1development.Profile
Packages that use Profile
-
Uses of Profile in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return ProfileModifier and TypeMethodDescriptionProfile.Builder.build()Profile.Builder.buildPartial()static ProfileProfile.getDefaultInstance()Profile.Builder.getDefaultInstanceForType()Profile.getDefaultInstanceForType()ScopeProfiles.Builder.getProfiles(int index) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.getProfiles(int index) A list of Profiles that originate from an instrumentation scope.ScopeProfilesOrBuilder.getProfiles(int index) A list of Profiles that originate from an instrumentation scope.static ProfileProfile.parseDelimitedFrom(InputStream input) static ProfileProfile.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProfileProfile.parseFrom(byte[] data) static ProfileProfile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProfileProfile.parseFrom(com.google.protobuf.ByteString data) static ProfileProfile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProfileProfile.parseFrom(com.google.protobuf.CodedInputStream input) static ProfileProfile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProfileProfile.parseFrom(InputStream input) static ProfileProfile.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProfileProfile.parseFrom(ByteBuffer data) static ProfileProfile.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type ProfileModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Profile>Profile.getParserForType()ScopeProfiles.Builder.getProfilesList()A list of Profiles that originate from an instrumentation scope.ScopeProfiles.getProfilesList()A list of Profiles that originate from an instrumentation scope.ScopeProfilesOrBuilder.getProfilesList()A list of Profiles that originate from an instrumentation scope.static com.google.protobuf.Parser<Profile>Profile.parser()Methods in io.opentelemetry.proto.profiles.v1development with parameters of type ProfileModifier and TypeMethodDescriptionScopeProfiles.Builder.addProfiles(int index, Profile value) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.addProfiles(Profile value) A list of Profiles that originate from an instrumentation scope.static Profile.BuilderProfile.newBuilder(Profile prototype) ScopeProfiles.Builder.setProfiles(int index, Profile value) A list of Profiles that originate from an instrumentation scope.Method parameters in io.opentelemetry.proto.profiles.v1development with type arguments of type ProfileModifier and TypeMethodDescriptionScopeProfiles.Builder.addAllProfiles(Iterable<? extends Profile> values) A list of Profiles that originate from an instrumentation scope.