Uses of Class
io.opentelemetry.proto.profiles.v1development.ScopeProfiles
Packages that use ScopeProfiles
-
Uses of ScopeProfiles in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return ScopeProfilesModifier and TypeMethodDescriptionScopeProfiles.Builder.build()ScopeProfiles.Builder.buildPartial()static ScopeProfilesScopeProfiles.getDefaultInstance()ScopeProfiles.Builder.getDefaultInstanceForType()ScopeProfiles.getDefaultInstanceForType()ResourceProfiles.Builder.getScopeProfiles(int index) A list of ScopeProfiles that originate from a resource.ResourceProfiles.getScopeProfiles(int index) A list of ScopeProfiles that originate from a resource.ResourceProfilesOrBuilder.getScopeProfiles(int index) A list of ScopeProfiles that originate from a resource.static ScopeProfilesScopeProfiles.parseDelimitedFrom(InputStream input) static ScopeProfilesScopeProfiles.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScopeProfilesScopeProfiles.parseFrom(byte[] data) static ScopeProfilesScopeProfiles.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScopeProfilesScopeProfiles.parseFrom(com.google.protobuf.ByteString data) static ScopeProfilesScopeProfiles.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScopeProfilesScopeProfiles.parseFrom(com.google.protobuf.CodedInputStream input) static ScopeProfilesScopeProfiles.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScopeProfilesScopeProfiles.parseFrom(InputStream input) static ScopeProfilesScopeProfiles.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScopeProfilesScopeProfiles.parseFrom(ByteBuffer data) static ScopeProfilesScopeProfiles.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type ScopeProfilesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ScopeProfiles>ScopeProfiles.getParserForType()ResourceProfiles.Builder.getScopeProfilesList()A list of ScopeProfiles that originate from a resource.ResourceProfiles.getScopeProfilesList()A list of ScopeProfiles that originate from a resource.ResourceProfilesOrBuilder.getScopeProfilesList()A list of ScopeProfiles that originate from a resource.static com.google.protobuf.Parser<ScopeProfiles>ScopeProfiles.parser()Methods in io.opentelemetry.proto.profiles.v1development with parameters of type ScopeProfilesModifier and TypeMethodDescriptionResourceProfiles.Builder.addScopeProfiles(int index, ScopeProfiles value) A list of ScopeProfiles that originate from a resource.ResourceProfiles.Builder.addScopeProfiles(ScopeProfiles value) A list of ScopeProfiles that originate from a resource.ScopeProfiles.Builder.mergeFrom(ScopeProfiles other) static ScopeProfiles.BuilderScopeProfiles.newBuilder(ScopeProfiles prototype) ResourceProfiles.Builder.setScopeProfiles(int index, ScopeProfiles value) A list of ScopeProfiles that originate from a resource.Method parameters in io.opentelemetry.proto.profiles.v1development with type arguments of type ScopeProfilesModifier and TypeMethodDescriptionResourceProfiles.Builder.addAllScopeProfiles(Iterable<? extends ScopeProfiles> values) A list of ScopeProfiles that originate from a resource.