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."],[[["The `DeleteGlossaryRequest` class is part of the Google Cloud Translation v3 API and is used to request the deletion of a glossary."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, comparison, cloning, and buffer management."],["The class contains properties for managing the glossary to be deleted, like `Name` which is a required field and `GlossaryName` which provides a typed view over the name resource."],["There are multiple versions available for this class, and version 3.9.0 is the latest, while 3.6.0 is the version represented here, and older versions going back to 2.2.0 are accessible."]]],[]]