Class ListGlossariesResponse (3.8.3)

ListGlossariesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for ListGlossaries.

Attributes

NameDescription
glossaries Sequence[google.cloud.translate_v3beta1.types.Glossary]
The list of glossaries for a project.
next_page_token str
A token to retrieve a page of results. Pass this value in the [ListGlossariesRequest.page_token] field in the subsequent call to ``ListGlossaries`` method to retrieve the next page of results.

Inheritance

builtins.object > proto.message.Message > ListGlossariesResponse