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 webpage provides documentation for the `CreateGlossaryRequest` class within the Google Cloud Translation v3 API for .NET, specifically version 3.3.0."],["`CreateGlossaryRequest` is a class used to construct a request message for creating a glossary, as per the Google Cloud Translation v3 API's functionality."],["The `CreateGlossaryRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and one that takes another `CreateGlossaryRequest` object as a parameter for copying."],["The class has two required properties: `Glossary`, which is the glossary to be created, and `Parent`, which represents the project name."]]],[]]