Uses of Class
io.opentelemetry.proto.profiles.v1development.ScopeProfiles.Builder
Packages that use ScopeProfiles.Builder
-
Uses of ScopeProfiles.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return ScopeProfiles.BuilderModifier and TypeMethodDescriptionScopeProfiles.Builder.addAllProfiles(Iterable<? extends Profile> values) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.addProfiles(int index, Profile value) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.addProfiles(int index, Profile.Builder builderForValue) 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.ScopeProfiles.Builder.addProfiles(Profile.Builder builderForValue) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ResourceProfiles.Builder.addScopeProfilesBuilder()A list of ScopeProfiles that originate from a resource.ResourceProfiles.Builder.addScopeProfilesBuilder(int index) A list of ScopeProfiles that originate from a resource.ScopeProfiles.Builder.clear()ScopeProfiles.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ScopeProfiles.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ScopeProfiles.Builder.clearProfiles()A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.clearSchemaUrl()The Schema URL, if known.ScopeProfiles.Builder.clearScope()The instrumentation scope information for the profiles in this message.ScopeProfiles.Builder.clone()ResourceProfiles.Builder.getScopeProfilesBuilder(int index) A list of ScopeProfiles that originate from a resource.ScopeProfiles.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ScopeProfiles.Builder.mergeFrom(com.google.protobuf.Message other) ScopeProfiles.Builder.mergeFrom(ScopeProfiles other) ScopeProfiles.Builder.mergeScope(InstrumentationScope value) The instrumentation scope information for the profiles in this message.final ScopeProfiles.BuilderScopeProfiles.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ScopeProfiles.BuilderScopeProfiles.newBuilder()static ScopeProfiles.BuilderScopeProfiles.newBuilder(ScopeProfiles prototype) ScopeProfiles.newBuilderForType()protected ScopeProfiles.BuilderScopeProfiles.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ScopeProfiles.Builder.removeProfiles(int index) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.setProfiles(int index, Profile value) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.setProfiles(int index, Profile.Builder builderForValue) A list of Profiles that originate from an instrumentation scope.ScopeProfiles.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ScopeProfiles.Builder.setSchemaUrl(String value) The Schema URL, if known.ScopeProfiles.Builder.setSchemaUrlBytes(com.google.protobuf.ByteString value) The Schema URL, if known.ScopeProfiles.Builder.setScope(InstrumentationScope value) The instrumentation scope information for the profiles in this message.ScopeProfiles.Builder.setScope(InstrumentationScope.Builder builderForValue) The instrumentation scope information for the profiles in this message.final ScopeProfiles.BuilderScopeProfiles.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ScopeProfiles.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type ScopeProfiles.BuilderModifier and TypeMethodDescriptionResourceProfiles.Builder.getScopeProfilesBuilderList()A list of ScopeProfiles that originate from a resource.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type ScopeProfiles.BuilderModifier and TypeMethodDescriptionResourceProfiles.Builder.addScopeProfiles(int index, ScopeProfiles.Builder builderForValue) A list of ScopeProfiles that originate from a resource.ResourceProfiles.Builder.addScopeProfiles(ScopeProfiles.Builder builderForValue) A list of ScopeProfiles that originate from a resource.ResourceProfiles.Builder.setScopeProfiles(int index, ScopeProfiles.Builder builderForValue) A list of ScopeProfiles that originate from a resource.