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 page provides documentation for the `DeleteGlossaryRequest` class within the Google Cloud Translation v3 API, specifically for version 3.5.0, with links to other versions as well."],["`DeleteGlossaryRequest` is a request message used for deleting a glossary in the Google Cloud Translation API and it includes the glossary's name as a required property."],["The class `DeleteGlossaryRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheritance from `object`, all providing various functionalities."],["The `DeleteGlossaryRequest` class has two constructors, a default one, and another that copies from another `DeleteGlossaryRequest` instance."],["The Class contains two main properties, the `Name` property, which is a string that stores the name of the glossary to delete, and `GlossaryName` which is a property of type `GlossaryName` and is a typed view over the `Name` property."]]],[]]