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.Builder.addFileBuilder()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.Builder.addFileBuilder(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.File.Builder.clear()PluginProtos.CodeGeneratorResponse.File.Builder.clearContent()optional string content = 15 [json_name = "content"];PluginProtos.CodeGeneratorResponse.File.Builder.clearGeneratedCodeInfo()optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];PluginProtos.CodeGeneratorResponse.File.Builder.clearInsertionPoint()optional string insertion_point = 2 [json_name = "insertionPoint"];PluginProtos.CodeGeneratorResponse.File.Builder.clearName()optional string name = 1 [json_name = "name"];PluginProtos.CodeGeneratorResponse.Builder.getFileBuilder(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];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) optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];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) optional string content = 15 [json_name = "content"];PluginProtos.CodeGeneratorResponse.File.Builder.setContentBytes(ByteString value) optional string content = 15 [json_name = "content"];PluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo value) optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];PluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo.Builder builderForValue) optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];PluginProtos.CodeGeneratorResponse.File.Builder.setInsertionPoint(String value) optional string insertion_point = 2 [json_name = "insertionPoint"];PluginProtos.CodeGeneratorResponse.File.Builder.setInsertionPointBytes(ByteString value) optional string insertion_point = 2 [json_name = "insertionPoint"];optional string name = 1 [json_name = "name"];PluginProtos.CodeGeneratorResponse.File.Builder.setNameBytes(ByteString value) optional string name = 1 [json_name = "name"];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 [json_name = "file"];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"];