public sealed class GetGlossaryEntryRequest : IMessage<GetGlossaryEntryRequest>, IEquatable<GetGlossaryEntryRequest>, IDeepCloneable<GetGlossaryEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GetGlossaryEntryRequest.
[[["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 document provides reference information for the `GetGlossaryEntryRequest` class within the Google Cloud Translation v3 API, specifically for version 3.8.0."],["`GetGlossaryEntryRequest` is a request message used to retrieve a specific glossary entry from the API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `GlossaryEntryName` (a typed view) and `Name` (a string), where `Name` is required to specify the glossary entry's resource name."],["There are two constructors available to create a `GetGlossaryEntryRequest` object: a default one and one that allows creating a copy of an existing `GetGlossaryEntryRequest`."],["The documentation also lists previous versions of the `GetGlossaryEntryRequest`, starting from version 2.2.0 up to the latest version 3.9.0."]]],[]]