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 page provides documentation for the `CreateGlossaryRequest` class within the Google Cloud Translation v3 API, specifically version 3.6.0."],["The `CreateGlossaryRequest` class is a request message used for creating a glossary, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It features properties such as `Glossary` (the glossary to create) and `Parent` (the project name), as well as `ParentAsLocationName`, a location name-typed view over the `Parent` property."],["The available versions of this class are listed, starting from version 3.0.0 all the way to the most current being version 3.9.0."]]],[]]