public sealed class CreateGlossaryEntryRequest : IMessage<CreateGlossaryEntryRequest>, IEquatable<CreateGlossaryEntryRequest>, IDeepCloneable<CreateGlossaryEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class CreateGlossaryEntryRequest.
[[["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 `CreateGlossaryEntryRequest` class is used to create a request message for adding a glossary entry within the Google Cloud Translation v3 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, and deep cloning."],["The latest version available for the `CreateGlossaryEntryRequest` is 3.9.0, and there are previous versions spanning from 3.8.0 to 2.2.0."],["The `CreateGlossaryEntryRequest` requires a parent resource name under which the glossary entry will be created, as well as the entry to create itself, represented by the `GlossaryEntry` property."],["The `ParentAsGlossaryName` property provides a typed view over the `Parent` property for easier handling of the glossary resource name."]]],[]]