Uses of Class
com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
Packages that use PluginProtos.CodeGeneratorResponse.File Package Description com.google.protobuf.compiler -
-
Uses of PluginProtos.CodeGeneratorResponse.File in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler with type parameters of type PluginProtos.CodeGeneratorResponse.File Modifier and Type Field Description static Parser<PluginProtos.CodeGeneratorResponse.File>PluginProtos.CodeGeneratorResponse.File. PARSERDeprecated.Methods in com.google.protobuf.compiler that return PluginProtos.CodeGeneratorResponse.File Modifier and Type Method Description PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File.Builder. build()PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File.Builder. buildPartial()static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. getDefaultInstance()PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File.Builder. getDefaultInstanceForType()PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. getDefaultInstanceForType()PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.Builder. getFile(int index)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse. getFile(int index)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponseOrBuilder. getFile(int index)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseDelimitedFrom(java.io.InputStream input)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(byte[] data)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(ByteString data)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(CodedInputStream input)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(java.io.InputStream input)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(java.nio.ByteBuffer data)static PluginProtos.CodeGeneratorResponse.FilePluginProtos.CodeGeneratorResponse.File. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf.compiler that return types with arguments of type PluginProtos.CodeGeneratorResponse.File Modifier and Type Method Description java.util.List<PluginProtos.CodeGeneratorResponse.File>PluginProtos.CodeGeneratorResponse.Builder. getFileList()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];java.util.List<PluginProtos.CodeGeneratorResponse.File>PluginProtos.CodeGeneratorResponse. getFileList()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];java.util.List<PluginProtos.CodeGeneratorResponse.File>PluginProtos.CodeGeneratorResponseOrBuilder. getFileList()repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];Parser<PluginProtos.CodeGeneratorResponse.File>PluginProtos.CodeGeneratorResponse.File. getParserForType()static Parser<PluginProtos.CodeGeneratorResponse.File>PluginProtos.CodeGeneratorResponse.File. parser()Methods in com.google.protobuf.compiler with parameters of type PluginProtos.CodeGeneratorResponse.File Modifier and Type Method Description PluginProtos.CodeGeneratorResponse.BuilderPluginProtos.CodeGeneratorResponse.Builder. addFile(int index, PluginProtos.CodeGeneratorResponse.File value)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.BuilderPluginProtos.CodeGeneratorResponse.Builder. addFile(PluginProtos.CodeGeneratorResponse.File value)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];PluginProtos.CodeGeneratorResponse.File.BuilderPluginProtos.CodeGeneratorResponse.File.Builder. mergeFrom(PluginProtos.CodeGeneratorResponse.File other)static PluginProtos.CodeGeneratorResponse.File.BuilderPluginProtos.CodeGeneratorResponse.File. newBuilder(PluginProtos.CodeGeneratorResponse.File prototype)PluginProtos.CodeGeneratorResponse.BuilderPluginProtos.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.File Modifier and Type Method Description PluginProtos.CodeGeneratorResponse.BuilderPluginProtos.CodeGeneratorResponse.Builder. addAllFile(java.lang.Iterable<? extends PluginProtos.CodeGeneratorResponse.File> values)repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
-