[[["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."],[[["Version 3.15.8 of the `Google.Protobuf` library includes the `OriginalNameAttribute` class, which specifies the original name of a named element in a `.proto` file."],["The `OriginalNameAttribute` class inherits from the `Object` class and is found within the `Google.Protobuf.Reflection` namespace, contained in the `Google.Protobuf.dll` assembly."],["The constructor `OriginalNameAttribute(string name)` is used to create a new attribute instance, requiring the element's name in the `.proto` file as a string parameter."],["The class has two properties: `Name`, which represents the element's name in the `.proto` file, and `PreferredAlias`, a boolean indicating if the name is preferred in the `.proto` file."]]],[]]