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.addFileToGenerate(String value) The .proto files that were explicitly listed on the command-line.PluginProtos.CodeGeneratorRequest.Builder.addFileToGenerateBytes(com.google.protobuf.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.clearCompilerVersion()The version number of protocol compiler.PluginProtos.CodeGeneratorRequest.Builder.clearFileToGenerate()The .proto files that were explicitly listed on the command-line.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.mergeCompilerVersion(PluginProtos.Version value) The version number of protocol compiler.PluginProtos.CodeGeneratorRequest.newBuilder()PluginProtos.CodeGeneratorRequest.newBuilder(PluginProtos.CodeGeneratorRequest prototype) PluginProtos.CodeGeneratorRequest.Builder.removeProtoFile(int index) FileDescriptorProtos for all files in files_to_generate and everything they import.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.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(com.google.protobuf.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.