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."],[[["The `DeleteGlossaryResponse` class, part of the `Google.Cloud.Translate.V3` namespace, represents the response for deleting a glossary."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `DeleteGlossaryResponse` is stored in the `google.longrunning.Operation.response` field, and is accessible via a constructor, along with an alternative constructor allowing for another `DeleteGlossaryResponse` as input."],["Key properties of `DeleteGlossaryResponse` include `EndTime`, `Name`, and `SubmitTime`, which provide information about the completion of the glossary deletion, the name of the glossary, and when the operation began."],["This class has versions ranging from 2.2.0 to the latest version of 3.9.0, all in this given content related to the `DeleteGlossaryResponse` class."]]],[]]