public sealed class CreateGlossaryMetadata : IMessage<CreateGlossaryMetadata>, IEquatable<CreateGlossaryMetadata>, IDeepCloneable<CreateGlossaryMetadata>, IBufferMessage, IMessage
Stored in the
[google.longrunning.Operation.metadata][google.longrunning.Operation.metadata]
field returned by CreateGlossary.
[[["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 latest version of the `Google.Cloud.Translate.V3` library is 3.9.0, with multiple previous versions available, including 2.2.0 where `CreateGlossaryMetadata` resides."],["`CreateGlossaryMetadata` is a sealed class used to store metadata for the `CreateGlossary` operation and is found within the `Google.Cloud.Translate.V3` namespace."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the `Object` class."],["`CreateGlossaryMetadata` provides properties such as `Name`, `State`, and `SubmitTime`, which represent the glossary's name, its creation state, and the submission timestamp, respectively."],["`CreateGlossaryMetadata` has 2 constructors one which takes in no parameters, and the second one takes in a `CreateGlossaryMetadata` object as its parameter."]]],[]]