public sealed class GetGlossaryRequest : IMessage<GetGlossaryRequest>, IEquatable<GetGlossaryRequest>, IDeepCloneable<GetGlossaryRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["The `GetGlossaryRequest` class is used to request a specific glossary from the Google Cloud Translation API."],["This class is part of the `Google.Cloud.Translate.V3` namespace and is defined in the `Google.Cloud.Translate.V3.dll` assembly."],["The latest documented version is 3.9.0, with previous versions listed back to 2.2.0, with 2.4.0 as the current active version."],["`GetGlossaryRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes a `GlossaryName` property (typed as `GlossaryName`) and a `Name` property (typed as `string`), representing the name of the requested glossary."]]],[]]