[[["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 Java, supporting generics for request, response, and resource types."],["It includes static methods to create instances of `PageContext`, requiring parameters such as a `UnaryCallable`, `PagedListDescriptor`, a request object, and an `ApiCallContext`, all for handling paged API responses."],["`PageContext` provides abstract methods to access the underlying `ApiCallContext`, `UnaryCallable`, `PagedListDescriptor`, and request object, and also to provide a new request."],["The class inherits from `java.lang.Object`, and it is documented across numerous versions, starting from version 2.7.1 up to the latest version 2.63.1."]]],[]]