Glossary(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a glossary built from user provided data.
Attributes | |
---|---|
Name | Description |
name |
str
Required. The resource name of the glossary. Glossary names have the form projects/{project-id}/locations/{location-id}/glossaries/{glossary-id} .
|
language_pair |
Used with unidirectional glossaries. |
language_codes_set |
Used with equivalent term set glossaries. |
input_config |
Required. Provides examples to build the glossary from. Total glossary must not exceed 10M Unicode codepoints. |
entry_count |
int
Output only. The number of entries defined in the glossary. |
submit_time |
Output only. When CreateGlossary was called. |
end_time |
Output only. When the glossary creation was finished. |
Classes
LanguageCodePair
LanguageCodePair(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Used with unidirectional glossaries.
LanguageCodesSet
LanguageCodesSet(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Used with equivalent term set glossaries.