public sealed class CreateGlossaryRequest : IMessage<CreateGlossaryRequest>, IEquatable<CreateGlossaryRequest>, IDeepCloneable<CreateGlossaryRequest>, IBufferMessage, IMessage
[[["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 `CreateGlossaryRequest` class is a request message used for creating a glossary, as part of the Google Cloud Translate V3 library."],["This class has been implemented from version 2.2.0, with the latest version being 3.9.0, all accessible via different linked versions."],["It inherits from multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["Key properties of `CreateGlossaryRequest` include `Glossary`, representing the glossary to be created, and `Parent`, specifying the project name where the glossary will be located."],["The `ParentAsLocationName` property is a typed view over the Parent resource name, using the `LocationName` object."]]],[]]