Required. The resource name of the glossary. Glossary names have the form
projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the Google Cloud Translation v3 API class Glossary is 3.9.0, and there are multiple previous versions available, ranging from 3.8.0 down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe Glossary class represents a glossary built from user-provided data and is part of the Google.Cloud.Translate.V3 namespace.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the Glossary class include DisplayName, EndTime, EntryCount, GlossaryName, InputConfig, LanguageCodesSet, LanguagePair, LanguagesCase, Name, and SubmitTime, providing information about the glossary's creation, content, and configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe Glossary class can be implemented via IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe glossary name resource has the format of \u003ccode\u003eprojects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Translation v3 API - Class Glossary (3.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.Glossary)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.8.0/Google.Cloud.Translate.V3.Glossary)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.7.0/Google.Cloud.Translate.V3.Glossary)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.6.0/Google.Cloud.Translate.V3.Glossary)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.5.0/Google.Cloud.Translate.V3.Glossary)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.4.0/Google.Cloud.Translate.V3.Glossary)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.3.0/Google.Cloud.Translate.V3.Glossary)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.2.0/Google.Cloud.Translate.V3.Glossary)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.1.0/Google.Cloud.Translate.V3.Glossary)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.0.0/Google.Cloud.Translate.V3.Glossary)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/2.4.0/Google.Cloud.Translate.V3.Glossary)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/2.3.0/Google.Cloud.Translate.V3.Glossary)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/2.2.0/Google.Cloud.Translate.V3.Glossary) \n\n public sealed class Glossary : IMessage\u003cGlossary\u003e, IEquatable\u003cGlossary\u003e, IDeepCloneable\u003cGlossary\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Translation v3 API class Glossary.\n\nRepresents a glossary built from user-provided data. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Glossary \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Glossary](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.Glossary), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Glossary](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.Glossary), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Glossary](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.Glossary), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Translate.V3](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3)\n\nAssembly\n--------\n\nGoogle.Cloud.Translate.V3.dll\n\nConstructors\n------------\n\n### Glossary()\n\n public Glossary()\n\n### Glossary(Glossary)\n\n public Glossary(Glossary other)\n\nProperties\n----------\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOptional. The display name of the glossary.\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nOutput only. When the glossary creation was finished.\n\n### EntryCount\n\n public int EntryCount { get; set; }\n\nOutput only. The number of entries defined in the glossary.\n\n### GlossaryName\n\n public GlossaryName GlossaryName { get; set; }\n\n[GlossaryName](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.GlossaryName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.Glossary#Google_Cloud_Translate_V3_Glossary_Name) resource name property.\n\n### InputConfig\n\n public GlossaryInputConfig InputConfig { get; set; }\n\nRequired. Provides examples to build the glossary from.\nTotal glossary must not exceed 10M Unicode codepoints.\n\n### LanguageCodesSet\n\n public Glossary.Types.LanguageCodesSet LanguageCodesSet { get; set; }\n\nUsed with equivalent term set glossaries.\n\n### LanguagePair\n\n public Glossary.Types.LanguageCodePair LanguagePair { get; set; }\n\nUsed with unidirectional glossaries.\n\n### LanguagesCase\n\n public Glossary.LanguagesOneofCase LanguagesCase { get; }\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The resource name of the glossary. Glossary names have the form\n`projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}`.\n\n### SubmitTime\n\n public Timestamp SubmitTime { get; set; }\n\nOutput only. When CreateGlossary was called."]]