[[["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 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."]]],[]]