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.addLinesBuilder()Multiple line indicates this location has inlined functions, where the last entry represents the caller into which the preceding entries were inlined.Location.Builder.addLinesBuilder(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. 0 means unset.Line.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Line.Builder.clearFunctionIndex()Reference to function in ProfilesDictionary.function_table.Line.Builder.clearLine()Line number in source code. 0 means unset.Line.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Line.Builder.clone()Location.Builder.getLinesBuilder(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. 0 means unset.Line.Builder.setFunctionIndex(int value) Reference to function in ProfilesDictionary.function_table.Line.Builder.setLine(long value) Line number in source code. 0 means unset.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.getLinesBuilderList()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.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.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.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.