public sealed class FileDescriptorProto : IMessage<FileDescriptorProto>, IEquatable<FileDescriptorProto>, IDeepCloneable<FileDescriptorProto>, IBufferMessage, IMessage
public SourceCodeInfo SourceCodeInfo { get; set; }
This field contains optional information about the original source code.
You may safely remove this entire field without harming runtime
functionality of the descriptors -- the information is needed only by
development tools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFileDescriptorProto\u003c/code\u003e class describes a complete \u003ccode\u003e.proto\u003c/code\u003e file and is found within the \u003ccode\u003eGoogle.Protobuf.Reflection\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionality for message handling, comparison, cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFileDescriptorProto\u003c/code\u003e contains various fields, such as \u003ccode\u003eDependency\u003c/code\u003e, \u003ccode\u003eEdition\u003c/code\u003e, \u003ccode\u003eEnumType\u003c/code\u003e, \u003ccode\u003eExtension\u003c/code\u003e, \u003ccode\u003eMessageType\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eOptions\u003c/code\u003e, \u003ccode\u003ePackage\u003c/code\u003e, and \u003ccode\u003eSyntax\u003c/code\u003e, that correspond to different parts of a \u003ccode\u003e.proto\u003c/code\u003e file's structure and content.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods for operations like calculating size (\u003ccode\u003eCalculateSize\u003c/code\u003e), cloning (\u003ccode\u003eClone\u003c/code\u003e), merging data (\u003ccode\u003eMergeFrom\u003c/code\u003e), and clearing specific fields like \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eEdition\u003c/code\u003e, \u003ccode\u003ePackage\u003c/code\u003e, and \u003ccode\u003eSyntax\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class exposes different properties that provide information about the proto files, like the message type, public dependencies, weak dependencies, the files source code info, etc.\u003c/p\u003e\n"]]],[],null,[]]