[[["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 webpage provides documentation for the `PageContext` class in the `com.google.api.gax.rpc` package, with version 2.63.1 being the latest and a list of all versions down to 2.7.1."],["`PageContext` is an abstract class that serves as the context for a page call, inheriting from `java.lang.Object` and supporting generic types `RequestT`, `ResponseT`, and `ResourceT`."],["The class includes a static `create` method to instantiate a `PageContext`, requiring a `UnaryCallable`, a `PagedListDescriptor`, a request, and an `ApiCallContext` as parameters."],["`PageContext` contains abstract methods to retrieve the `ApiCallContext`, `UnaryCallable`, `PagedListDescriptor`, and the request, as well as a method to update the request with `withRequest(RequestT newRequest)`."],["The documentation lists all inherited methods from `Object`, and provides parameter descriptions for the constructor and other methods, as well as a breakdown of what each return type is."]]],[]]