public sealed class DeleteGlossaryMetadata : IMessage<DeleteGlossaryMetadata>, IEquatable<DeleteGlossaryMetadata>, IDeepCloneable<DeleteGlossaryMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteGlossaryMetadata.
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 document provides reference information for the `DeleteGlossaryMetadata` class within the Google Cloud Translation v3 API, covering versions from 2.2.0 to the latest 3.9.0."],["The `DeleteGlossaryMetadata` class is used to represent the metadata for a glossary deletion operation, which is returned in the `google.longrunning.Operation.metadata` field by `DeleteGlossary`."],["It outlines the class's implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from the base `object` class."],["The class includes properties like `Name` (the glossary name), `State` (the deletion operation's state), and `SubmitTime` (the operation's submission timestamp)."],["There are two constructors listed, one empty, and one that takes another instance of `DeleteGlossaryMetadata`."]]],[]]