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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ListGlossariesResponse` class within the Google Cloud Translation v3 API, specifically for version 3.5.0."],["`ListGlossariesResponse` is used as a response message for listing glossaries and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class contains two main properties: `Glossaries`, which is a `RepeatedField` of `Glossary` objects representing the list of glossaries, and `NextPageToken`, a string used for pagination in subsequent `ListGlossaries` requests."],["The `ListGlossariesResponse` class offers two constructors: a default constructor and one that takes another `ListGlossariesResponse` object as a parameter for copying its content."],["The documentation provides links to past versions, ranging from version 2.2.0 to the latest 3.9.0."]]],[]]