The path-qualified name of the .proto file that contained the associated
protobuf element. For example: "google/protobuf/source_context.proto".
[[["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."],[[["`SourceContext` is a class that provides information about the source of a protobuf element, such as the file it's defined in."],["The `SourceContext` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `SourceContext` include `Descriptor`, `FileName` (which stores the path of the .proto file), and `Parser`, a static property used for parsing messages."],["The `SourceContext` class includes constructors, methods for calculating size, cloning, equality checks, merging, and serialization, as well as explicit interface implementations for buffer message operations."]]],[]]