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) repeated int32 path = 1 [json_name = "path", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.addAllSpan(Iterable<? extends Integer> values) repeated int32 span = 2 [json_name = "span", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.addLeadingDetachedComments(String value) repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.addLeadingDetachedCommentsBytes(ByteString value) repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Builder.addLocationBuilder()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.Builder.addLocationBuilder(int index) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.Location.Builder.addPath(int value) repeated int32 path = 1 [json_name = "path", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.addSpan(int value) repeated int32 span = 2 [json_name = "span", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.clear()DescriptorProtos.SourceCodeInfo.Location.Builder.clearLeadingComments()optional string leading_comments = 3 [json_name = "leadingComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.clearLeadingDetachedComments()repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.clearPath()repeated int32 path = 1 [json_name = "path", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.clearSpan()repeated int32 span = 2 [json_name = "span", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.clearTrailingComments()optional string trailing_comments = 4 [json_name = "trailingComments"];DescriptorProtos.SourceCodeInfo.Builder.getLocationBuilder(int index) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(DescriptorProtos.SourceCodeInfo.Location other) DescriptorProtos.SourceCodeInfo.Location.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) DescriptorProtos.SourceCodeInfo.Location.newBuilder()DescriptorProtos.SourceCodeInfo.Location.newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype) DescriptorProtos.SourceCodeInfo.Location.newBuilderForType()DescriptorProtos.SourceCodeInfo.Location.newBuilderForType(GeneratedMessageV3.BuilderParent parent) DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingComments(String value) optional string leading_comments = 3 [json_name = "leadingComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingCommentsBytes(ByteString value) optional string leading_comments = 3 [json_name = "leadingComments"];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) repeated int32 path = 1 [json_name = "path", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.setSpan(int index, int value) repeated int32 span = 2 [json_name = "span", packed = true];DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingComments(String value) optional string trailing_comments = 4 [json_name = "trailingComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingCommentsBytes(ByteString value) optional string trailing_comments = 4 [json_name = "trailingComments"];DescriptorProtos.SourceCodeInfo.Location.Builder.setUnknownFields(UnknownFieldSet unknownFields) DescriptorProtos.SourceCodeInfo.Location.toBuilder()Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfo.Location.BuilderModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.getLocationBuilderList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];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) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];