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."],[[["This webpage details the `GetGlossaryRequest` class, which is a request message used for retrieving a specific glossary in the Google Cloud Translate V3 API, with the most recent version listed as 3.9.0, and the version detailed in the page being 2.2.0."],["The `GetGlossaryRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and another for creating a copy of an existing `GetGlossaryRequest` object, and has two properties named `GlossaryName` and `Name`, where the `Name` property is required."],["The `GetGlossaryRequest` class can be found in the `Google.Cloud.Translate.V3` namespace, within the `Google.Cloud.Translate.V3.dll` assembly."],["The page provides a list of versions, with the latest being 3.9.0, and links to the documentation for each version."]]],[]]