public sealed class DeleteGlossaryRequest : IMessage<DeleteGlossaryRequest>, IEquatable<DeleteGlossaryRequest>, IDeepCloneable<DeleteGlossaryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteGlossaryRequest.
[[["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 `DeleteGlossaryRequest` class within the Google Cloud Translation v3 API, specifically for version 3.7.0."],["The `DeleteGlossaryRequest` class is used to construct requests for deleting a glossary and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `DeleteGlossaryRequest` object as a parameter for cloning."],["Key properties of the `DeleteGlossaryRequest` class include `GlossaryName` and `Name`, where `Name` is a required string representing the glossary's name, while `GlossaryName` is a typed view over the resource name property."],["This document also covers the different versions of the `DeleteGlossaryRequest` class from 2.2.0 all the way up to 3.9.0, which is the latest version."]]],[]]