public sealed class DeleteGlossaryMetadata : IMessage<DeleteGlossaryMetadata>, IEquatable<DeleteGlossaryMetadata>, IDeepCloneable<DeleteGlossaryMetadata>, IBufferMessage, IMessage
Stored in the
[google.longrunning.Operation.metadata][google.longrunning.Operation.metadata]
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 details the `DeleteGlossaryMetadata` class within the `Google.Cloud.Translate.V3` namespace, specifically version 2.2.0, and its role in managing glossary deletion operations."],["The `DeleteGlossaryMetadata` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `Object` class."],["The class contains properties such as `Name` (the name of the glossary being deleted), `State` (the current state of the deletion), and `SubmitTime` (when the deletion operation was submitted)."],["The class is part of a larger API available through several versions, where the latest is 3.9.0, with versions ranging back to 2.2.0 all listed and available for use."]]],[]]