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."],[[["The `DeleteGlossaryMetadata` class, part of the `Google.Cloud.Translate.V3` namespace, provides metadata for glossary deletion operations within Google Cloud Translate."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data."],["The class is used within the `google.longrunning.Operation.metadata` field and offers two constructors, one default and another that allows cloning from an existing `DeleteGlossaryMetadata` object."],["It includes properties like `Name`, `State`, and `SubmitTime`, which respectively represent the name of the glossary being deleted, the current state of the deletion operation, and the time when the operation was submitted."],["The latest version available is 3.9.0, with a full list of versions including down to 2.2.0, which you can access for the `DeleteGlossaryMetadata` content."]]],[]]