[[["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."],[[["SourceInfo is a class in the Google.Api namespace, version 2.10.0, within the Google.Api.CommonProtos.dll assembly, and is used for storing source information in service configuration files."],["This class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing capabilities for message handling, equality checks, deep cloning, and buffer management."],["The SourceInfo class has two constructors: a default constructor `SourceInfo()` and a copy constructor `SourceInfo(SourceInfo other)` that creates a new instance from an existing `SourceInfo` object."],["Key properties of the `SourceInfo` class include `Descriptor`, `Parser`, and `SourceFiles`, which allow for access to metadata, a parser instance, and the files used for config generation, respectively."],["The `SourceInfo` class provides methods for performing operations such as calculating the size, cloning, checking for equality, generating a hash code, merging from another `SourceInfo` or `CodedInputStream`, converting to a string, and writing to a `CodedOutputStream`."]]],[]]