[[["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-09 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 previous versions available."],["`PageContext` is an abstract class that serves as the context for a page call and it inherits from `java.lang.Object`."],["The `PageContext` class features a static `create` method that takes parameters such as a `UnaryCallable`, `PagedListDescriptor`, `RequestT` and `ApiCallContext`, and returns a `PageContext` object."],["The class includes methods to retrieve the call context (`getCallContext`), the callable (`getCallable`), the page descriptor (`getPageDescriptor`), the request (`getRequest`), and a method to update the request (`withRequest`)."],["The class definition includes three type parameters, `RequestT`, `ResponseT`, and `ResourceT`, which are used to define the types of the request, response, and resource."]]],[]]