Uses of Class
com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
Packages that use PluginProtos.CodeGeneratorRequest.Builder
-
Uses of PluginProtos.CodeGeneratorRequest.Builder in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return PluginProtos.CodeGeneratorRequest.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.addAllFileToGenerate(Iterable<String> values) The .proto files that were explicitly listed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.addAllProtoFile(Iterable<? extends DescriptorProtos.FileDescriptorProto> values) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addAllSourceFileDescriptors(Iterable<? extends DescriptorProtos.FileDescriptorProto> values) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.addFileToGenerate(String value) The .proto files that were explicitly listed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.addFileToGenerateBytes(ByteString value) The .proto files that were explicitly listed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.addProtoFile(int index, DescriptorProtos.FileDescriptorProto value) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.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 value) 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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) PluginProtos.CodeGeneratorRequest.Builder.addSourceFileDescriptors(int index, DescriptorProtos.FileDescriptorProto value) File descriptors with all options, including source-retention options.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 value) 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.clear()PluginProtos.CodeGeneratorRequest.Builder.clearCompilerVersion()The version number of protocol compiler.PluginProtos.CodeGeneratorRequest.Builder.clearField(Descriptors.FieldDescriptor field) PluginProtos.CodeGeneratorRequest.Builder.clearFileToGenerate()The .proto files that were explicitly listed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.clearOneof(Descriptors.OneofDescriptor oneof) PluginProtos.CodeGeneratorRequest.Builder.clearParameter()The generator parameter passed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.clearProtoFile()FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.clearSourceFileDescriptors()File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.clone()PluginProtos.CodeGeneratorRequest.Builder.mergeCompilerVersion(PluginProtos.Version value) The version number of protocol compiler.PluginProtos.CodeGeneratorRequest.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorRequest.Builder.mergeFrom(PluginProtos.CodeGeneratorRequest other) PluginProtos.CodeGeneratorRequest.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) PluginProtos.CodeGeneratorRequest.newBuilder()PluginProtos.CodeGeneratorRequest.newBuilder(PluginProtos.CodeGeneratorRequest prototype) PluginProtos.CodeGeneratorRequest.newBuilderForType()PluginProtos.CodeGeneratorRequest.newBuilderForType(GeneratedMessageV3.BuilderParent parent) PluginProtos.CodeGeneratorRequest.Builder.removeProtoFile(int index) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.removeSourceFileDescriptors(int index) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.setCompilerVersion(PluginProtos.Version value) The version number of protocol compiler.PluginProtos.CodeGeneratorRequest.Builder.setCompilerVersion(PluginProtos.Version.Builder builderForValue) The version number of protocol compiler.PluginProtos.CodeGeneratorRequest.Builder.setField(Descriptors.FieldDescriptor field, Object value) PluginProtos.CodeGeneratorRequest.Builder.setFileToGenerate(int index, String value) The .proto files that were explicitly listed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.setParameter(String value) The generator parameter passed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.setParameterBytes(ByteString value) The generator parameter passed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.setProtoFile(int index, DescriptorProtos.FileDescriptorProto value) FileDescriptorProtos for all files in files_to_generate and everything they import.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.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) PluginProtos.CodeGeneratorRequest.Builder.setSourceFileDescriptors(int index, DescriptorProtos.FileDescriptorProto value) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.setSourceFileDescriptors(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.setUnknownFields(UnknownFieldSet unknownFields) PluginProtos.CodeGeneratorRequest.toBuilder()