Method: projects.locations.glossaries.glossaryEntries.list

List the entries for the glossary.

HTTP request

GET https://translate.googleapis.com/v3/{parent=projects/*/locations/*/glossaries/*}/glossaryEntries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent glossary resource name for listing the glossary's entries.

Query parameters

Parameters
pageSize

integer

Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.

pageToken

string

Optional. A token identifying a page of results the server should return. Typically, this is the value of [ListGlossaryEntriesResponse.next_page_token] returned from the previous call. The first page is returned if pageTokenis empty or missing.

Request body

The request body must be empty.

Response body

Response message for glossaryEntries.list

If successful, the response body contains data with the following structure:

JSON representation
{
  "glossaryEntries": [
    {
      object (GlossaryEntry)
    }
  ],
  "nextPageToken": string
}
Fields
glossaryEntries[]

object (GlossaryEntry)

Optional. The Glossary Entries

nextPageToken

string

Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-translation

For more information, see the Authentication Overview.