public sealed class CreateGlossaryRequest : IMessage<CreateGlossaryRequest>, IEquatable<CreateGlossaryRequest>, IDeepCloneable<CreateGlossaryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class CreateGlossaryRequest.
[[["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 `CreateGlossaryRequest` class within the Google Cloud Translation v3 API, specifically for version 3.2.0."],["The `CreateGlossaryRequest` class is used to send a request to create a glossary and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `CreateGlossaryRequest()`, and `CreateGlossaryRequest(CreateGlossaryRequest other)` to create new instances, copying from an existing one."],["Key properties of the class include `Glossary`, which is the glossary to create, and `Parent`, which indicates the required project name where the glossary will reside."],["The document shows a history of versions of the API dating back to version 2.2.0, with version 3.9.0 as the most current listed."]]],[]]