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.3.0, and its role in managing glossary deletion operations."],["`DeleteGlossaryMetadata` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work with Google's Protobuf structures and ensuring proper data handling."],["The class, which inherits from `Object`, stores metadata about glossary deletions, accessible via the `google.longrunning.Operation.metadata` field, and it includes properties like `Name`, `State`, and `SubmitTime`."],["The `DeleteGlossaryMetadata` class is implemented in multiple versions of the Google.Cloud.Translate.V3 library, with version 3.9.0 being the latest, allowing users to select their target version."],["The class provides two constructors: a default constructor `DeleteGlossaryMetadata()` and an `other` constructor `DeleteGlossaryMetadata(DeleteGlossaryMetadata other)` which takes in a DeleteGlossaryMetadata object as a parameter."]]],[]]