[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]