Skip to main content

glossary_entries

Overview

Nameglossary_entries
TypeResource
Idgoogle.translate.glossary_entries

Fields

NameDatatypeDescription
namestringRequired. The resource name of the entry. Format: "projects//locations//glossaries//glossaryEntries/"
descriptionstringDescribes the glossary entry.
termsPairobjectRepresents a single entry for an unidirectional glossary.
termsSetobjectRepresents a single entry for an equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_glossaries_glossary_entries_getSELECTglossariesId, glossaryEntriesId, locationsId, projectsIdGets a single glossary entry by the given id.
projects_locations_glossaries_glossary_entries_listSELECTglossariesId, locationsId, projectsIdList the entries for the glossary.
projects_locations_glossaries_glossary_entries_createINSERTglossariesId, locationsId, projectsIdCreates a glossary entry.
projects_locations_glossaries_glossary_entries_deleteDELETEglossariesId, glossaryEntriesId, locationsId, projectsIdDeletes a single entry from the glossary
_projects_locations_glossaries_glossary_entries_listEXECglossariesId, locationsId, projectsIdList the entries for the glossary.
projects_locations_glossaries_glossary_entries_patchEXECglossariesId, glossaryEntriesId, locationsId, projectsIdUpdates a glossary entry.