[[["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-15 UTC."],[[["This webpage provides documentation for the `SimpleForwardingHttpJsonClientCall` class within the Google API Client Library for Java, specifically under version 2.39.0 and provides documentation for several versions."],["`SimpleForwardingHttpJsonClientCall` is a simplified extension of `ForwardingHttpJsonClientCall`, designed for subclasses to utilize a `HttpJsonClientCall` as a delegate."],["The class inherits methods from `ForwardingHttpJsonClientCall`, including `cancel`, `delegate`, `halfClose`, `request`, `sendMessage`, and `start`, which are used for managing HTTP/JSON client calls."],["The `delegate()` method allows accessing the underlying `HttpJsonClientCall` instance that `SimpleForwardingHttpJsonClientCall` is built upon, with the type parameters `RequestT` and `ResponseT`."],["The class offers a constructor `SimpleForwardingHttpJsonClientCall(HttpJsonClientCall\u003cRequestT,ResponseT\u003e delegate)` which takes a `HttpJsonClientCall` instance as the delegate."]]],[]]