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 ProfilesDictionary.attribute_table.Location.Builder.addAllLines(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 ProfilesDictionary.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.addLines(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.addLines(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.ProfilesDictionary.Builder.addLocationTableBuilder()Locations referenced by samples via Stack.location_indices.ProfilesDictionary.Builder.addLocationTableBuilder(int index) Locations referenced by samples via Stack.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 ProfilesDictionary.attribute_table.Location.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Location.Builder.clearLines()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 ProfilesDictionary.mapping_table.Location.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Location.Builder.clone()ProfilesDictionary.Builder.getLocationTableBuilder(int index) Locations referenced by samples via Stack.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.removeLines(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 ProfilesDictionary.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.setLines(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 ProfilesDictionary.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 TypeMethodDescriptionProfilesDictionary.Builder.getLocationTableBuilderList()Locations referenced by samples via Stack.location_indices.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Location.BuilderModifier and TypeMethodDescriptionProfilesDictionary.Builder.addLocationTable(int index, Location.Builder builderForValue) Locations referenced by samples via Stack.location_indices.ProfilesDictionary.Builder.addLocationTable(Location.Builder builderForValue) Locations referenced by samples via Stack.location_indices.ProfilesDictionary.Builder.setLocationTable(int index, Location.Builder builderForValue) Locations referenced by samples via Stack.location_indices.