Glossary(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a glossary built from user provided data.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
name |
str
Required. The resource name of the glossary. Glossary names have the form projects/ .
|
language_ |
google.
Used with unidirectional glossaries. This field is a member of oneof _ languages .
|
language_ |
google.
Used with equivalent term set glossaries. This field is a member of oneof _ languages .
|
input_ |
google.
Required. Provides examples to build the glossary from. Total glossary must not exceed 10M Unicode codepoints. |
entry_ |
int
Output only. The number of entries defined in the glossary. |
submit_ |
google.
Output only. When CreateGlossary was called. |
end_ |
google.
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.