Uses of Class
com.google.protobuf.DescriptorProtos.FileDescriptorProto
Packages that use DescriptorProtos.FileDescriptorProto
-
Uses of DescriptorProtos.FileDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.getDefaultInstance()DescriptorProtos.FileDescriptorSet.Builder.getFile(int index) repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorSet.getFile(int index) repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorSetOrBuilder.getFile(int index) repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorProto.parseDelimitedFrom(InputStream input) DescriptorProtos.FileDescriptorProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom(byte[] data) DescriptorProtos.FileDescriptorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom(com.google.protobuf.ByteString data) DescriptorProtos.FileDescriptorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input) DescriptorProtos.FileDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom(InputStream input) DescriptorProtos.FileDescriptorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.FileDescriptorProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.getFileList()repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorSet.getFileList()repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorSetOrBuilder.getFileList()repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];static com.google.protobuf.Parser<DescriptorProtos.FileDescriptorProto>DescriptorProtos.FileDescriptorProto.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.addFile(int index, DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorSet.Builder.addFile(DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];DescriptorProtos.FileDescriptorProto.newBuilder(DescriptorProtos.FileDescriptorProto prototype) DescriptorProtos.FileDescriptorSet.Builder.setFile(int index, DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto> values) repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"]; -
Uses of DescriptorProtos.FileDescriptorProto in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.getProtoFile(int index) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.getProtoFile(int index) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequestOrBuilder.getProtoFile(int index) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.getSourceFileDescriptors(int index) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.getSourceFileDescriptors(int index) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequestOrBuilder.getSourceFileDescriptors(int index) File descriptors with all options, including source-retention options.Methods in com.google.protobuf.compiler that return types with arguments of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.getProtoFileList()FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.getProtoFileList()FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequestOrBuilder.getProtoFileList()FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.getSourceFileDescriptorsList()File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.getSourceFileDescriptorsList()File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequestOrBuilder.getSourceFileDescriptorsList()File descriptors with all options, including source-retention options.Methods in com.google.protobuf.compiler with parameters of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.addProtoFile(int index, DescriptorProtos.FileDescriptorProto value) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addProtoFile(DescriptorProtos.FileDescriptorProto value) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addSourceFileDescriptors(int index, DescriptorProtos.FileDescriptorProto value) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.addSourceFileDescriptors(DescriptorProtos.FileDescriptorProto value) File descriptors with all options, including source-retention options.PluginProtos.CodeGeneratorRequest.Builder.setProtoFile(int index, DescriptorProtos.FileDescriptorProto value) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.setSourceFileDescriptors(int index, DescriptorProtos.FileDescriptorProto value) File descriptors with all options, including source-retention options.Method parameters in com.google.protobuf.compiler with type arguments of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.addAllProtoFile(Iterable<? extends DescriptorProtos.FileDescriptorProto> values) FileDescriptorProtos for all files in files_to_generate and everything they import.PluginProtos.CodeGeneratorRequest.Builder.addAllSourceFileDescriptors(Iterable<? extends DescriptorProtos.FileDescriptorProto> values) File descriptors with all options, including source-retention options.