[[["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-04-17 UTC."],[[["The `IPageManager` interface defines the structure for managing paged data, including requests, responses, and resources, within the `Google.Api.Gax.Rest` namespace."],["`GetNextPageToken` method allows for the extraction of the next page token from a given response, returning `null` if there is no next page."],["`GetResources` is a method to extract resources from a response, which returns an `IEnumerable\u003cTResource\u003e` or `null` if no resources are present."],["The `SetPageSize` and `SetPageToken` methods are used to apply a specified page size and page token, respectively, to a given request object for subsequent operations."],["`IPageManager` uses three generic type parameters `TRequest`, `TResponse`, and `TResource` to define the relationship between requests, responses and resources."]]],[]]