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 webpage provides documentation for the `DeleteGlossaryResponse` class within the Google Cloud Translation v3 API, specifically version 3.3.0."],["The `DeleteGlossaryResponse` class is a part of the `Google.Cloud.Translate.V3` namespace and is used to represent the response received when a glossary is deleted, as returned by the `DeleteGlossary` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google Protobuf and .NET standards."],["The `DeleteGlossaryResponse` class has three key properties: `EndTime`, `Name`, and `SubmitTime`, which provide details about the deletion process, such as when the deletion finished, the name of the deleted glossary, and when the deletion request was submitted."],["The documentation includes links to previous versions of the API, ranging from 2.2.0 to the latest version 3.9.0, offering a historical context for the `DeleteGlossaryResponse` class."]]],[]]