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."],[[["This webpage provides documentation for the `CreateGlossaryMetadata` class within the `Google.Cloud.Translate.V3` namespace, detailing its structure and usage in the Google Cloud Translation API."],["The latest version available for `CreateGlossaryMetadata` is 3.9.0, but the current documentation is focused on the 2.3.0 version of the class, with links to older versions, all the way down to 2.2.0."],["`CreateGlossaryMetadata` is a class used to represent the metadata for a long-running operation of creating a glossary, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name` (the glossary's name), `State` (the creation operation's status), and `SubmitTime` (the timestamp when the operation was initiated)."],["The `CreateGlossaryMetadata` class contains 2 constructors, one with no parameters, and one accepting another `CreateGlossaryMetadata` object."]]],[]]