public sealed class UpdateGlossaryRequest : IMessage<UpdateGlossaryRequest>, IEquatable<UpdateGlossaryRequest>, IDeepCloneable<UpdateGlossaryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class UpdateGlossaryRequest.
[[["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."],[[["The latest version of the `UpdateGlossaryRequest` class for the Google Cloud Translation v3 API is version 3.9.0."],["This class is used to request an update to a glossary in the Google Cloud Translation API, with the request message handling the update process."],["The `UpdateGlossaryRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties `Glossary` to specify the entry to update, and `UpdateMask` to specify which fields to update such as `display_name` and `input_config`."],["You can access previous versions of this API, dating as far back as version 2.2.0 in the documentation."]]],[]]