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."],[[["This document provides reference information for the `DeleteGlossaryResponse` class within the Google Cloud Translation v3 API, specifically version 3.5.0, and the most recent version 3.9.0 is the newest."],["The `DeleteGlossaryResponse` class is used to represent the response of a glossary deletion operation, as returned by the `DeleteGlossary` method, and is stored in the `google.longrunning.Operation.response` field."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, found in the `Google.Protobuf` library."],["The `DeleteGlossaryResponse` class has properties to track the deletion's progress, including the `EndTime` and `SubmitTime` as timestamps, and the `Name` of the deleted glossary as a string."],["There are multiple versions of the API documented, from 2.2.0 up to the latest 3.9.0, with version 3.5.0 being the focused version in the context of this document."]]],[]]