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.6.0."],["The `GetGlossaryRequest` class is a request message used for retrieving a glossary and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the constructors of the `GetGlossaryRequest` class, which allow for the creation of new instances, either default or by cloning an existing one."],["It outlines the properties `GlossaryName` and `Name`, which are used for specifying the glossary to be retrieved, with `Name` being a required string and `GlossaryName` providing a typed view."],["The page provides links to older versions, and the newest version of the `GetGlossaryRequest` request."]]],[]]