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 represents the response received after a glossary deletion operation, as indicated by its storage in the `google.longrunning.Operation.response` field."],["This class provides details about the deletion process, including the `EndTime` and `SubmitTime` which are represented as `Timestamp` objects, indicating when the process finished and was submitted respectively."],["The `Name` property, a string, identifies the specific glossary that has been deleted."],["It is part of the `Google.Cloud.Translate.V3` namespace within the `Google.Cloud.Translate.V3.dll` assembly, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple previous versions of `DeleteGlossaryResponse` available for users to review, ranging from version 2.2.0 up to the latest 3.9.0."]]],[]]