[[["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."],[[["This webpage details the `SimpleForwardingHttpJsonClientCall` class, a simplified subclass of `ForwardingHttpJsonClientCall` that allows passing an `HttpJsonClientCall` as a delegate."],["The class is part of the `com.google.api.gax.httpjson` package and is available in various versions, ranging from 2.63.1 (latest) down to 2.7.1, providing documentation links for each version."],["`SimpleForwardingHttpJsonClientCall` inherits several methods from `ForwardingHttpJsonClientCall`, such as `cancel`, `delegate`, `halfClose`, `request`, `sendMessage`, and `start`, along with members inherited from object class."],["The class utilizes two type parameters, `RequestT` and `ResponseT`, and its constructor takes an `HttpJsonClientCall` as a delegate parameter."],["The `delegate()` method is overridden from the parent class, returning an `HttpJsonClientCall` object that corresponds to the RequestT and ResponseT type parameters."]]],[]]