Uses of Class
com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
Packages that use PluginProtos.CodeGeneratorResponse.File.Builder
-
Uses of PluginProtos.CodeGeneratorResponse.File.Builder in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return PluginProtos.CodeGeneratorResponse.File.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.clearContent()The file contents.PluginProtos.CodeGeneratorResponse.File.Builder.clearGeneratedCodeInfo()Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.File.Builder.clearInsertionPoint()If non-empty, indicates that the named file should already exist, and the content here is to be inserted into that file at a defined insertion point.PluginProtos.CodeGeneratorResponse.File.Builder.clearName()The file name, relative to the output directory.PluginProtos.CodeGeneratorResponse.File.Builder.mergeGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo value) Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.File.newBuilder()PluginProtos.CodeGeneratorResponse.File.newBuilder(PluginProtos.CodeGeneratorResponse.File prototype) PluginProtos.CodeGeneratorResponse.File.Builder.setContent(String value) The file contents.PluginProtos.CodeGeneratorResponse.File.Builder.setContentBytes(com.google.protobuf.ByteString value) The file contents.PluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo value) Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo.Builder builderForValue) Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.File.Builder.setInsertionPoint(String value) If non-empty, indicates that the named file should already exist, and the content here is to be inserted into that file at a defined insertion point.PluginProtos.CodeGeneratorResponse.File.Builder.setInsertionPointBytes(com.google.protobuf.ByteString value) If non-empty, indicates that the named file should already exist, and the content here is to be inserted into that file at a defined insertion point.The file name, relative to the output directory.PluginProtos.CodeGeneratorResponse.File.Builder.setNameBytes(com.google.protobuf.ByteString value) The file name, relative to the output directory.Methods in com.google.protobuf.compiler with parameters of type PluginProtos.CodeGeneratorResponse.File.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Builder.addFile(int index, PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.Builder.addFile(PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.Builder.setFile(int index, PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];