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 `DeleteGlossaryResponse` class is part of the Google Cloud Translation v3 API, serving as a response type for glossary deletion operations."],["This class, `DeleteGlossaryResponse`, is sealed, meaning it cannot be inherited from, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is associated with the `google.longrunning.Operation.response` field returned by the `DeleteGlossary` function, which is used for tracking the deletion process."],["`DeleteGlossaryResponse` has properties for `Name`, which is the name of the deleted glossary, along with `SubmitTime` and `EndTime` of the operation, both of which are `Timestamp` types."],["The documentation covers various versions of the API, ranging from version 2.2.0 to the latest version 3.9.0, detailing the history and evolution of the `DeleteGlossaryResponse` over time."]]],[]]