ProjectsLocationsGlossariesGlossaryEntries
class ProjectsLocationsGlossariesGlossaryEntries extends Resource (View source)
The "glossaryEntries" collection of methods.
Typical usage is:
$translateService = new Google\Service\Translate(...);
$glossaryEntries = $translateService->projects_locations_glossaries_glossaryEntries;
Methods
Creates a glossary entry. (glossaryEntries.create)
Deletes a single entry from the glossary (glossaryEntries.delete)
Gets a single glossary entry by the given id. (glossaryEntries.get)
List the entries for the glossary.
Updates a glossary entry. (glossaryEntries.patch)
Details
GlossaryEntry
create(string $parent, GlossaryEntry $postBody, array $optParams = [])
Creates a glossary entry. (glossaryEntries.create)
TranslateEmpty
delete(string $name, array $optParams = [])
Deletes a single entry from the glossary (glossaryEntries.delete)
GlossaryEntry
get(string $name, array $optParams = [])
Gets a single glossary entry by the given id. (glossaryEntries.get)
ListGlossaryEntriesResponse
listProjectsLocationsGlossariesGlossaryEntries(string $parent, array $optParams = [])
List the entries for the glossary.
(glossaryEntries.listProjectsLocationsGlossariesGlossaryEntries)
GlossaryEntry
patch(string $name, GlossaryEntry $postBody, array $optParams = [])
Updates a glossary entry. (glossaryEntries.patch)