Uses of Class
io.opentelemetry.proto.profiles.v1development.Location.Builder
Packages that use Location.Builder
-
Uses of Location.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return Location.BuilderModifier and TypeMethodDescriptionLocation.Builder.addAllAttributeIndices(Iterable<? extends Integer> values) References to attributes in Profile.attribute_table.Location.Builder.addAllLine(Iterable<? extends Line> values) Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.addAttributeIndices(int value) References to attributes in Profile.attribute_table.Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.addLine(int index, Line.Builder builderForValue) Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.addLine(Line.Builder builderForValue) Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Profile.Builder.addLocationTableBuilder()Locations referenced by samples via location_indices.Profile.Builder.addLocationTableBuilder(int index) Locations referenced by samples via location_indices.Location.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Location.Builder.clear()Location.Builder.clearAddress()The instruction address for this location, if available.Location.Builder.clearAttributeIndices()References to attributes in Profile.attribute_table.Location.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Location.Builder.clearIsFolded()Provides an indication that multiple symbols map to this location's address, for example due to identical code folding by the linker.Location.Builder.clearLine()Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.clearMappingIndex()Reference to mapping in Profile.mapping_table.Location.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Location.Builder.clone()Profile.Builder.getLocationTableBuilder(int index) Locations referenced by samples via location_indices.Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Location.Builder.mergeFrom(com.google.protobuf.Message other) final Location.BuilderLocation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Location.BuilderLocation.newBuilder()static Location.BuilderLocation.newBuilder(Location prototype) Location.newBuilderForType()protected Location.BuilderLocation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Location.Builder.removeLine(int index) Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.setAddress(long value) The instruction address for this location, if available.Location.Builder.setAttributeIndices(int index, int value) References to attributes in Profile.attribute_table.Location.Builder.setIsFolded(boolean value) Provides an indication that multiple symbols map to this location's address, for example due to identical code folding by the linker.Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.setLine(int index, Line.Builder builderForValue) Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.setMappingIndex(int value) Reference to mapping in Profile.mapping_table.Location.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Location.BuilderLocation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Location.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type Location.BuilderModifier and TypeMethodDescriptionProfile.Builder.getLocationTableBuilderList()Locations referenced by samples via location_indices.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Location.BuilderModifier and TypeMethodDescriptionProfile.Builder.addLocationTable(int index, Location.Builder builderForValue) Locations referenced by samples via location_indices.Profile.Builder.addLocationTable(Location.Builder builderForValue) Locations referenced by samples via location_indices.Profile.Builder.setLocationTable(int index, Location.Builder builderForValue) Locations referenced by samples via location_indices.