[[["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-02 UTC."],[[["The `PageContext` class in the `com.google.api.gax.rpc` package provides the context for a page call and is an abstract class that extends `java.lang.Object`."],["The `PageContext` class supports generic type parameters `RequestT`, `ResponseT`, and `ResourceT` for handling different request, response, and resource types."],["The class provides a static `create` method for constructing a `PageContext` instance, requiring a `UnaryCallable`, `PagedListDescriptor`, request, and `ApiCallContext`."],["Key methods of `PageContext` include `getCallContext`, `getCallable`, `getPageDescriptor`, and `getRequest` to retrieve associated data, alongside a `withRequest` method for modifying the request."],["This document provides documentation for multiple versions of the `PageContext` class, with version 2.63.1 being the latest and a wide range of versions spanning from 2.7.1 up to 2.63.1."]]],[]]