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 page details the `GetGlossaryRequest` class, which is used to request a specific glossary, within the Google Cloud Translate V3 API for .NET."],["The `GetGlossaryRequest` class has a constructor and can be created with or without another `GetGlossaryRequest` object as a parameter."],["The class has two key properties: `GlossaryName`, a typed view of the resource name, and `Name`, which holds the required name of the glossary to be retrieved."],["The provided documentation covers multiple versions of the API, with version 3.9.0 being the most recent and version 2.2.0 being the oldest."],["`GetGlossaryRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cGetGlossaryRequest\u003e`, `IDeepCloneable\u003cGetGlossaryRequest\u003e`, and `IBufferMessage`, among others, as part of the Google Protobuf library."]]],[]]