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
Subclasses with type arguments of type PluginProtos.CodeGeneratorResponse.File.Builder in com.google.protobuf.compilerModifier and TypeClassDescriptionstatic final classRepresents a single generated file.Fields in com.google.protobuf.compiler with type parameters of type PluginProtos.CodeGeneratorResponse.File.BuilderModifier and TypeFieldDescriptionprivate RepeatedFieldBuilder<PluginProtos.CodeGeneratorResponse.File, PluginProtos.CodeGeneratorResponse.File.Builder, PluginProtos.CodeGeneratorResponse.FileOrBuilder> PluginProtos.CodeGeneratorResponse.Builder.fileBuilder_Methods in com.google.protobuf.compiler that return PluginProtos.CodeGeneratorResponse.File.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Builder.addFileBuilder()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.addFileBuilder(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.File.Builder.clear()PluginProtos.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.Builder.getFileBuilder(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.File.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.Builder.mergeFrom(PluginProtos.CodeGeneratorResponse.File other) 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.newBuilderForType()PluginProtos.CodeGeneratorResponse.File.newBuilderForType(AbstractMessage.BuilderParent parent) PluginProtos.CodeGeneratorResponse.File.Builder.setContent(String value) The file contents.PluginProtos.CodeGeneratorResponse.File.Builder.setContentBytes(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(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(ByteString value) The file name, relative to the output directory.PluginProtos.CodeGeneratorResponse.File.toBuilder()Methods in com.google.protobuf.compiler that return types with arguments of type PluginProtos.CodeGeneratorResponse.File.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Builder.getFileBuilderList()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;private RepeatedFieldBuilder<PluginProtos.CodeGeneratorResponse.File, PluginProtos.CodeGeneratorResponse.File.Builder, PluginProtos.CodeGeneratorResponse.FileOrBuilder> PluginProtos.CodeGeneratorResponse.Builder.internalGetFileFieldBuilder()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;PluginProtos.CodeGeneratorResponse.Builder.addFile(PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;PluginProtos.CodeGeneratorResponse.Builder.setFile(int index, PluginProtos.CodeGeneratorResponse.File.Builder builderForValue) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;