Uses of Class
io.opentelemetry.proto.profiles.v1development.Line.Builder
Packages that use Line.Builder
-
Uses of Line.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return Line.BuilderModifier and TypeMethodDescriptionLocation.Builder.addLineBuilder()Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.addLineBuilder(int index) Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Line.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Line.Builder.clear()Line.Builder.clearColumn()Column number in source code.Line.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Line.Builder.clearFunctionIndex()Reference to function in Profile.function_table.Line.Builder.clearLine()Line number in source code.Line.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Line.Builder.clone()Location.Builder.getLineBuilder(int index) Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Line.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Line.Builder.mergeFrom(com.google.protobuf.Message other) final Line.BuilderLine.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Line.BuilderLine.newBuilder()static Line.BuilderLine.newBuilder(Line prototype) Line.newBuilderForType()protected Line.BuilderLine.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Line.Builder.setColumn(long value) Column number in source code.Line.Builder.setFunctionIndex(int value) Reference to function in Profile.function_table.Line.Builder.setLine(long value) Line number in source code.Line.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Line.BuilderLine.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Line.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type Line.BuilderModifier and TypeMethodDescriptionLocation.Builder.getLineBuilderList()Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Line.BuilderModifier and TypeMethodDescriptionLocation.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.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.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.