Uses of Class
com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
Packages that use DescriptorProtos.FileDescriptorProto.Builder
-
Uses of DescriptorProtos.FileDescriptorProto.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FileDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.addAllDependency
(Iterable<String> values) Names of files imported by this file.DescriptorProtos.FileDescriptorProto.Builder.addAllEnumType
(Iterable<? extends DescriptorProtos.EnumDescriptorProto> values) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addAllExtension
(Iterable<? extends DescriptorProtos.FieldDescriptorProto> values) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.addAllMessageType
(Iterable<? extends DescriptorProtos.DescriptorProto> values) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.addAllPublicDependency
(Iterable<? extends Integer> values) Indexes of the public imported files in the dependency list above.DescriptorProtos.FileDescriptorProto.Builder.addAllService
(Iterable<? extends DescriptorProtos.ServiceDescriptorProto> values) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.addAllWeakDependency
(Iterable<? extends Integer> values) Indexes of the weak imported files in the dependency list.DescriptorProtos.FileDescriptorProto.Builder.addDependency
(String value) Names of files imported by this file.DescriptorProtos.FileDescriptorProto.Builder.addDependencyBytes
(ByteString value) Names of files imported by this file.DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.addMessageType
(int index, DescriptorProtos.DescriptorProto value) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.addMessageType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.addMessageType
(DescriptorProtos.DescriptorProto value) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.addMessageType
(DescriptorProtos.DescriptorProto.Builder builderForValue) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.addPublicDependency
(int value) Indexes of the public imported files in the dependency list above.DescriptorProtos.FileDescriptorProto.Builder.addService
(int index, DescriptorProtos.ServiceDescriptorProto value) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.addService
(int index, DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.addService
(DescriptorProtos.ServiceDescriptorProto value) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.addService
(DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.addWeakDependency
(int value) Indexes of the weak imported files in the dependency list.DescriptorProtos.FileDescriptorProto.Builder.clearDependency()
Names of files imported by this file.DescriptorProtos.FileDescriptorProto.Builder.clearEdition()
The edition of the proto file.DescriptorProtos.FileDescriptorProto.Builder.clearEnumType()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.clearExtension()
repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.clearMessageType()
All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.clearName()
file name, relative to root of source treeDescriptorProtos.FileDescriptorProto.Builder.clearOptions()
optional .google.protobuf.FileOptions options = 8;
DescriptorProtos.FileDescriptorProto.Builder.clearPackage()
e.g.DescriptorProtos.FileDescriptorProto.Builder.clearPublicDependency()
Indexes of the public imported files in the dependency list above.DescriptorProtos.FileDescriptorProto.Builder.clearService()
repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.clearSourceCodeInfo()
This field contains optional information about the original source code.DescriptorProtos.FileDescriptorProto.Builder.clearSyntax()
The syntax of the proto file.DescriptorProtos.FileDescriptorProto.Builder.clearWeakDependency()
Indexes of the weak imported files in the dependency list.DescriptorProtos.FileDescriptorProto.Builder.mergeOptions
(DescriptorProtos.FileOptions value) optional .google.protobuf.FileOptions options = 8;
DescriptorProtos.FileDescriptorProto.Builder.mergeSourceCodeInfo
(DescriptorProtos.SourceCodeInfo value) This field contains optional information about the original source code.DescriptorProtos.FileDescriptorProto.newBuilder()
DescriptorProtos.FileDescriptorProto.newBuilder
(DescriptorProtos.FileDescriptorProto prototype) DescriptorProtos.FileDescriptorProto.Builder.removeEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.removeExtension
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.removeMessageType
(int index) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.removeService
(int index) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.setDependency
(int index, String value) Names of files imported by this file.DescriptorProtos.FileDescriptorProto.Builder.setEdition
(DescriptorProtos.Edition value) The edition of the proto file.DescriptorProtos.FileDescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.setMessageType
(int index, DescriptorProtos.DescriptorProto value) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.setMessageType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) All top-level definitions in this file.file name, relative to root of source treeDescriptorProtos.FileDescriptorProto.Builder.setNameBytes
(ByteString value) file name, relative to root of source treeDescriptorProtos.FileDescriptorProto.Builder.setOptions
(DescriptorProtos.FileOptions value) optional .google.protobuf.FileOptions options = 8;
DescriptorProtos.FileDescriptorProto.Builder.setOptions
(DescriptorProtos.FileOptions.Builder builderForValue) optional .google.protobuf.FileOptions options = 8;
DescriptorProtos.FileDescriptorProto.Builder.setPackage
(String value) e.g.DescriptorProtos.FileDescriptorProto.Builder.setPackageBytes
(ByteString value) e.g.DescriptorProtos.FileDescriptorProto.Builder.setPublicDependency
(int index, int value) Indexes of the public imported files in the dependency list above.DescriptorProtos.FileDescriptorProto.Builder.setService
(int index, DescriptorProtos.ServiceDescriptorProto value) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.setService
(int index, DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) repeated .google.protobuf.ServiceDescriptorProto service = 6;
DescriptorProtos.FileDescriptorProto.Builder.setSourceCodeInfo
(DescriptorProtos.SourceCodeInfo value) This field contains optional information about the original source code.DescriptorProtos.FileDescriptorProto.Builder.setSourceCodeInfo
(DescriptorProtos.SourceCodeInfo.Builder builderForValue) This field contains optional information about the original source code.The syntax of the proto file.DescriptorProtos.FileDescriptorProto.Builder.setSyntaxBytes
(ByteString value) The syntax of the proto file.DescriptorProtos.FileDescriptorProto.Builder.setWeakDependency
(int index, int value) Indexes of the weak imported files in the dependency list.Methods in com.google.protobuf with parameters of type DescriptorProtos.FileDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.addFile
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.addFile
(DescriptorProtos.FileDescriptorProto.Builder builderForValue) repeated .google.protobuf.FileDescriptorProto file = 1;
void
Descriptors.FileDescriptor.copyHeadingTo
(DescriptorProtos.FileDescriptorProto.Builder protoBuilder) DescriptorProtos.FileDescriptorSet.Builder.setFile
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) repeated .google.protobuf.FileDescriptorProto file = 1;
-
Uses of DescriptorProtos.FileDescriptorProto.Builder in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler with type parameters of type DescriptorProtos.FileDescriptorProto.BuilderModifier and TypeFieldDescriptionprivate RepeatedFieldBuilder
<DescriptorProtos.FileDescriptorProto, DescriptorProtos.FileDescriptorProto.Builder, DescriptorProtos.FileDescriptorProtoOrBuilder> PluginProtos.CodeGeneratorRequest.Builder.protoFileBuilder_
private RepeatedFieldBuilder
<DescriptorProtos.FileDescriptorProto, DescriptorProtos.FileDescriptorProto.Builder, DescriptorProtos.FileDescriptorProtoOrBuilder> PluginProtos.CodeGeneratorRequest.Builder.sourceFileDescriptorsBuilder_
Methods in com.google.protobuf.compiler that return DescriptorProtos.FileDescriptorProto.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.addProtoFileBuilder()
FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addProtoFileBuilder
(int index) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addSourceFileDescriptorsBuilder()
File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.addSourceFileDescriptorsBuilder
(int index) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.getProtoFileBuilder
(int index) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.getSourceFileDescriptorsBuilder
(int index) File descriptors with all options, including source-retention options.Methods in com.google.protobuf.compiler that return types with arguments of type DescriptorProtos.FileDescriptorProto.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.getProtoFileBuilderList()
FileDescriptorProtos for all files in files_to_generate and everything they import.private RepeatedFieldBuilder
<DescriptorProtos.FileDescriptorProto, DescriptorProtos.FileDescriptorProto.Builder, DescriptorProtos.FileDescriptorProtoOrBuilder> PluginProtos.CodeGeneratorRequest.Builder.getProtoFileFieldBuilder()
PluginProtos.CodeGeneratorRequest.Builder.getSourceFileDescriptorsBuilderList()
File descriptors with all options, including source-retention options.private RepeatedFieldBuilder
<DescriptorProtos.FileDescriptorProto, DescriptorProtos.FileDescriptorProto.Builder, DescriptorProtos.FileDescriptorProtoOrBuilder> PluginProtos.CodeGeneratorRequest.Builder.getSourceFileDescriptorsFieldBuilder()
Methods in com.google.protobuf.compiler with parameters of type DescriptorProtos.FileDescriptorProto.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.addProtoFile
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addProtoFile
(DescriptorProtos.FileDescriptorProto.Builder builderForValue) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addSourceFileDescriptors
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.addSourceFileDescriptors
(DescriptorProtos.FileDescriptorProto.Builder builderForValue) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.setProtoFile
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.setSourceFileDescriptors
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) File descriptors with all options, including source-retention options.