public sealed class DeleteGlossaryResponse : IMessage<DeleteGlossaryResponse>, IEquatable<DeleteGlossaryResponse>, IDeepCloneable<DeleteGlossaryResponse>, IBufferMessage, IMessage
Stored in the
[google.longrunning.Operation.response][google.longrunning.Operation.response]
field returned by DeleteGlossary.
[[["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 details the `DeleteGlossaryResponse` class within the `Google.Cloud.Translate.V3` namespace, specifically version 2.4.0, used for handling the response of a glossary deletion operation."],["The `DeleteGlossaryResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class includes properties `EndTime`, `Name`, and `SubmitTime`, providing timestamps for the operation's completion and submission, as well as the name of the deleted glossary."],["The latest version of the `DeleteGlossaryResponse` is 3.9.0, and it is displayed alongside a list of previous versions ranging from 3.8.0 to 2.2.0, available for reference."]]],[]]