Uses of Class
com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
Packages that use PluginProtos.CodeGeneratorResponse.File
-
Uses of PluginProtos.CodeGeneratorResponse.File in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return PluginProtos.CodeGeneratorResponse.FileModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.build()
PluginProtos.CodeGeneratorResponse.File.Builder.buildPartial()
PluginProtos.CodeGeneratorResponse.File.getDefaultInstance()
PluginProtos.CodeGeneratorResponse.File.Builder.getDefaultInstanceForType()
PluginProtos.CodeGeneratorResponse.File.getDefaultInstanceForType()
PluginProtos.CodeGeneratorResponse.Builder.getFile
(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
PluginProtos.CodeGeneratorResponse.getFile
(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
PluginProtos.CodeGeneratorResponseOrBuilder.getFile
(int index) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
PluginProtos.CodeGeneratorResponse.File.parseDelimitedFrom
(InputStream input) PluginProtos.CodeGeneratorResponse.File.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(byte[] data) PluginProtos.CodeGeneratorResponse.File.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(com.google.protobuf.ByteString data) PluginProtos.CodeGeneratorResponse.File.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(com.google.protobuf.CodedInputStream input) PluginProtos.CodeGeneratorResponse.File.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(InputStream input) PluginProtos.CodeGeneratorResponse.File.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PluginProtos.CodeGeneratorResponse.File.parseFrom
(ByteBuffer data) PluginProtos.CodeGeneratorResponse.File.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.compiler that return types with arguments of type PluginProtos.CodeGeneratorResponse.FileModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Builder.getFileList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
PluginProtos.CodeGeneratorResponse.getFileList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
PluginProtos.CodeGeneratorResponseOrBuilder.getFileList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
com.google.protobuf.Parser
<PluginProtos.CodeGeneratorResponse.File> PluginProtos.CodeGeneratorResponse.File.getParserForType()
static com.google.protobuf.Parser
<PluginProtos.CodeGeneratorResponse.File> PluginProtos.CodeGeneratorResponse.File.parser()
Methods in com.google.protobuf.compiler with parameters of type PluginProtos.CodeGeneratorResponse.FileModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Builder.addFile
(int index, PluginProtos.CodeGeneratorResponse.File value) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
PluginProtos.CodeGeneratorResponse.Builder.addFile
(PluginProtos.CodeGeneratorResponse.File value) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
PluginProtos.CodeGeneratorResponse.File.Builder.mergeFrom
(PluginProtos.CodeGeneratorResponse.File other) PluginProtos.CodeGeneratorResponse.File.newBuilder
(PluginProtos.CodeGeneratorResponse.File prototype) PluginProtos.CodeGeneratorResponse.Builder.setFile
(int index, PluginProtos.CodeGeneratorResponse.File value) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
Method parameters in com.google.protobuf.compiler with type arguments of type PluginProtos.CodeGeneratorResponse.FileModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Builder.addAllFile
(Iterable<? extends PluginProtos.CodeGeneratorResponse.File> values) repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];