[[["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, specifically within the `Google.Api.Gax.Rest` namespace."],["This interface is generic and takes three type parameters: `TRequest` for the request type, `TResponse` for the response type, and `TResource` for the resource type."],["The `IPageManager` interface includes methods for extracting the next page token from a response (`GetNextPageToken`), extracting resources from a response (`GetResources`), setting the page size for a request (`SetPageSize`), and setting the page token for a request (`SetPageToken`)."],["The current version documented is 4.3.1, but there are other versions available, including a latest release of 4.10.0, and other versions ranging from 3.2.0 to 4.8.0."]]],[]]