public sealed class FileDescriptorSet : IMessage<FileDescriptorSet>, IEquatable<FileDescriptorSet>, IDeepCloneable<FileDescriptorSet>, IBufferMessage, IMessage
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFileDescriptorSet\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Protobuf.Reflection\u003c/code\u003e namespace, represents a collection of parsed .proto files output by the protocol compiler.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey functionalities of \u003ccode\u003eFileDescriptorSet\u003c/code\u003e include cloning, calculating size, merging data, and writing to a coded output stream.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eDescriptor\u003c/code\u003e, \u003ccode\u003eFile\u003c/code\u003e (a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eFileDescriptorProto\u003c/code\u003e), and \u003ccode\u003eParser\u003c/code\u003e, and has a constructor that can create a new instance or a copy of another \u003ccode\u003eFileDescriptorSet\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFileDescriptorSet\u003c/code\u003e class has the \u003ccode\u003eFileFieldNumber\u003c/code\u003e constant which represents the field number for the "file" field.\u003c/p\u003e\n"]]],[],null,[]]