[[["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-05 UTC."],[[["The `IPageManager` interface defines the relationship between requests, responses, and resources for page streaming, within the `Google.Api.Gax.Rest` namespace."],["This interface is generic, utilizing `TRequest`, `TResponse`, and `TResource` type parameters to represent the request, response, and resource types, respectively."],["`IPageManager` provides methods to extract the next page token (`GetNextPageToken`) and resources (`GetResources`) from a response."],["It also allows modification of requests by setting the page size (`SetPageSize`) and page token (`SetPageToken`) for subsequent remote calls."]]],[]]