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 for .NET."],["The `DeleteGlossaryRequest` class is used to create a request to delete a glossary, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions, ranging from version 2.2.0 up to the latest 3.9.0, with detailed information provided for the 3.8.0 version of `DeleteGlossaryRequest`."],["Key properties of the class include `GlossaryName` (a `GlossaryName`-typed view) and `Name` (a string), which is required and specifies the name of the glossary to be deleted."],["The class has two constructors, a default one, and another one that takes in a `DeleteGlossaryRequest` object."]]],[]]