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 `CreateGlossaryMetadata` class, found in the `Google.Cloud.Translate.V3` namespace, is used to represent metadata for the glossary creation process in Google Cloud Translation."],["This class provides details about the ongoing glossary creation, including the name of the glossary, the current state of the creation operation, and the time the operation was submitted."],["The class is part of multiple versions of the Google Cloud Translation .NET library, including version 3.9.0 which is the latest and other versions between 3.8.0 and 2.2.0."],["`CreateGlossaryMetadata` implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be utilized in different contexts within the .NET framework."],["The class contains several properties such as `Name`, `State`, and `SubmitTime` which stores information such as the glossary name, its current creation state, and when the operation was submitted."]]],[]]