[[["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-01 UTC."],[[["This page 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 within version 2.21.0 of the library, but has versions as high as 2.63.1, the latest release."],["`SimpleForwardingHttpJsonClientCall` inherits several methods from `ForwardingHttpJsonClientCall` such as `cancel`, `halfClose`, `request`, `sendMessage`, and `start`, as well as `delegate()`."],["The class takes two type parameters, `RequestT` and `ResponseT`, which represent the types of the request and response objects, respectively."],["The constructor for `SimpleForwardingHttpJsonClientCall` takes an `HttpJsonClientCall` as a parameter, establishing it as the delegate for the forwarding call."]]],[]]