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."],[[["The `CreateGlossaryRequest` class is used as a request message for the CreateGlossary function within the Google Cloud Translation v3 API."],["This class has a latest version of 3.9.0 with available versions dating back to 2.2.0."],["It inherits from the base object and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Glossary`, `Parent`, and `ParentAsLocationName`, which are used to define the glossary to be created and its location within the Google Cloud project."],["There are two constructors available, one being the base `CreateGlossaryRequest()` and the other being `CreateGlossaryRequest(CreateGlossaryRequest other)` that takes another `CreateGlossaryRequest` as a parameter."]]],[]]