public sealed class GeneratedCodeInfo : object, IMessage<GeneratedCodeInfo>, IEquatable<GeneratedCodeInfo>, IDeepCloneable<GeneratedCodeInfo>, IBufferMessage, IMessage
Describes the relationship between generated code and its original source
file. A GeneratedCodeInfo message is associated with only one generated
source file, but may contain references to different source .proto files.
[[["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."],[[["The `GeneratedCodeInfo` class describes the connection between generated code and its original source file, referencing one generated source file but potentially multiple source `.proto` files."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, providing functionalities such as cloning, equality checking, and serialization/deserialization."],["`GeneratedCodeInfo` objects are associated with an `Annotation` property, which connects spans of text in generated code to elements in the `.proto` file."],["The class includes constructors, properties like `Descriptor` and `Parser`, and methods like `Clone()`, `Equals()`, `MergeFrom()`, and `WriteTo()` to manage and interact with the `GeneratedCodeInfo` data."],["The `GeneratedCodeInfo` class has explicit interface implementations for `IBufferMessage`, which handle internal merging and writing using `ParseContext` and `WriteContext`."]]],[]]