public sealed class UpdateGlossaryEntryRequest : IMessage<UpdateGlossaryEntryRequest>, IEquatable<UpdateGlossaryEntryRequest>, IDeepCloneable<UpdateGlossaryEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class UpdateGlossaryEntryRequest.
[[["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 `UpdateGlossaryEntryRequest` class within the Google Cloud Translation v3 API for .NET."],["The `UpdateGlossaryEntryRequest` class is used as a request message for updating a glossary entry and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API class is 3.9.0, and previous versions from 3.8.0 down to 2.2.0 are also documented on the page."],["The class inherits from `object` and includes properties such as `GlossaryEntry`, which is required for specifying the glossary entry to update."],["There are two constructors documented for this class, one that is parameterless, and the other taking an `UpdateGlossaryEntryRequest` object."]]],[]]