public sealed class DeleteGlossaryEntryRequest : IMessage<DeleteGlossaryEntryRequest>, IEquatable<DeleteGlossaryEntryRequest>, IDeepCloneable<DeleteGlossaryEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteGlossaryEntryRequest.
[[["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 `DeleteGlossaryEntryRequest` class in the Google Cloud Translation v3 API is used to formulate a request to delete a glossary entry."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering comprehensive functionality."],["The class provides a constructor for creating a new `DeleteGlossaryEntryRequest` and another for making a copy of an existing request."],["The class has two properties: `GlossaryEntryName`, which is a typed view over the name, and `Name`, which is a string representing the resource name of the glossary entry to be deleted."],["The latest version of this class available is version 3.9.0, with other versions listed from 3.8.0 down to 2.2.0."]]],[]]