public sealed class DeleteGlossaryResponse : IMessage<DeleteGlossaryResponse>, IEquatable<DeleteGlossaryResponse>, IDeepCloneable<DeleteGlossaryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteGlossaryResponse.
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 latest version of the `DeleteGlossaryResponse` class in the Google Cloud Translation v3 API is version 3.9.0."],["This class represents the response for deleting a glossary and is found within the `Google.Cloud.Translate.V3` namespace."],["The `DeleteGlossaryResponse` is stored in the `google.longrunning.Operation.response` field and is returned by the `DeleteGlossary` function."],["The class provides properties for tracking the deletion operation's progress, including `EndTime` and `SubmitTime`, both of which are represented as `Timestamp` objects, as well as the `Name` of the deleted glossary."],["The class `DeleteGlossaryResponse` implements multiple interfaces, such as `IMessage`, `IEquatable\u003cDeleteGlossaryResponse\u003e`, `IDeepCloneable\u003cDeleteGlossaryResponse\u003e` and `IBufferMessage`, as well as inherting some members from `object`."]]],[]]