Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
Packages that use DescriptorProtos.SourceCodeInfo.Location.Builder
-
Uses of DescriptorProtos.SourceCodeInfo.Location.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.Location.BuilderModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Location.Builder.addAllLeadingDetachedComments(Iterable<String> values) repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.addAllPath(Iterable<? extends Integer> values) Identifies which part of the FileDescriptorProto was defined at this location.DescriptorProtos.SourceCodeInfo.Location.Builder.addAllSpan(Iterable<? extends Integer> values) Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.DescriptorProtos.SourceCodeInfo.Location.Builder.addLeadingDetachedComments(String value) repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.addLeadingDetachedCommentsBytes(com.google.protobuf.ByteString value) repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.addPath(int value) Identifies which part of the FileDescriptorProto was defined at this location.DescriptorProtos.SourceCodeInfo.Location.Builder.addSpan(int value) Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.DescriptorProtos.SourceCodeInfo.Location.Builder.clearLeadingComments()If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.DescriptorProtos.SourceCodeInfo.Location.Builder.clearLeadingDetachedComments()repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.clearPath()Identifies which part of the FileDescriptorProto was defined at this location.DescriptorProtos.SourceCodeInfo.Location.Builder.clearSpan()Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.DescriptorProtos.SourceCodeInfo.Location.Builder.clearTrailingComments()optional string trailing_comments = 4 [json_name = "trailingComments"];DescriptorProtos.SourceCodeInfo.Location.newBuilder()DescriptorProtos.SourceCodeInfo.Location.newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype) DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingComments(String value) If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingCommentsBytes(com.google.protobuf.ByteString value) If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration.DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingDetachedComments(int index, String value) repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.setPath(int index, int value) Identifies which part of the FileDescriptorProto was defined at this location.DescriptorProtos.SourceCodeInfo.Location.Builder.setSpan(int index, int value) Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column.DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingComments(String value) optional string trailing_comments = 4 [json_name = "trailingComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingCommentsBytes(com.google.protobuf.ByteString value) optional string trailing_comments = 4 [json_name = "trailingComments"];Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo.Location.BuilderModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.