[[["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-21 UTC."],[[["The `PageContext` class in the `com.google.api.gax.rpc` package provides the context for a page call in the Google API client library for Java."],["This class is abstract, with `RequestT`, `ResponseT`, and `ResourceT` as its type parameters, and it inherits methods from the `java.lang.Object` class."],["It can be created using the static `create` method, which takes a `UnaryCallable`, a `PagedListDescriptor`, a request, and an `ApiCallContext` as parameters."],["The `PageContext` class includes methods for retrieving the `ApiCallContext`, `UnaryCallable`, `PagedListDescriptor`, and the request associated with the page call."],["The method `withRequest` allows for creating a new instance of `PageContext` with an updated request."]]],[]]