public sealed class GetGlossaryRequest : IMessage<GetGlossaryRequest>, IEquatable<GetGlossaryRequest>, IDeepCloneable<GetGlossaryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GetGlossaryRequest.
[[["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 provides reference documentation for the `GetGlossaryRequest` class within the Google Cloud Translation v3 API, specifically for version 3.2.0."],["The `GetGlossaryRequest` class is used to request a glossary from the Google Cloud Translation API and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another one that takes a `GetGlossaryRequest` object as a parameter for copying, enabling easy object duplication."],["The `GetGlossaryRequest` class has properties, `GlossaryName` of type `GlossaryName` and `Name` of type `string`, where `Name` is required to specify the glossary to be retrieved."],["This page also provides links to documentation of earlier versions of the `GetGlossaryRequest` class all the way to version 2.2.0, as well as a link to the most recent version 3.9.0."]]],[]]