Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
Packages that use DescriptorProtos.SourceCodeInfo.Builder
-
Uses of DescriptorProtos.SourceCodeInfo.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeFieldDescriptionprivate SingleFieldBuilderV3<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder, DescriptorProtos.SourceCodeInfoOrBuilder> DescriptorProtos.FileDescriptorProto.Builder.sourceCodeInfoBuilder_Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index, DescriptorProtos.SourceCodeInfo.Location value) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.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 value) 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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) DescriptorProtos.SourceCodeInfo.Builder.clear()DescriptorProtos.SourceCodeInfo.Builder.clearField(Descriptors.FieldDescriptor field) DescriptorProtos.SourceCodeInfo.Builder.clearLocation()A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) DescriptorProtos.SourceCodeInfo.Builder.clone()DescriptorProtos.FileDescriptorProto.Builder.getSourceCodeInfoBuilder()This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(DescriptorProtos.SourceCodeInfo other) DescriptorProtos.SourceCodeInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) DescriptorProtos.SourceCodeInfo.newBuilder()DescriptorProtos.SourceCodeInfo.newBuilder(DescriptorProtos.SourceCodeInfo prototype) DescriptorProtos.SourceCodeInfo.newBuilderForType()protected DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) DescriptorProtos.SourceCodeInfo.Builder.removeLocation(int index) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.setField(Descriptors.FieldDescriptor field, Object value) DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index, DescriptorProtos.SourceCodeInfo.Location value) 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.DescriptorProtos.SourceCodeInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) DescriptorProtos.SourceCodeInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) DescriptorProtos.SourceCodeInfo.toBuilder()Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeMethodDescriptionprivate SingleFieldBuilderV3<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder, DescriptorProtos.SourceCodeInfoOrBuilder> DescriptorProtos.FileDescriptorProto.Builder.getSourceCodeInfoFieldBuilder()This field contains optional information about the original source code.Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.setSourceCodeInfo(DescriptorProtos.SourceCodeInfo.Builder builderForValue) This field contains optional information about the original source code.