[[["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-09 UTC."],[[["The latest version of `HttpJsonTransportChannel.Builder` is 2.63.1, and the page provides links to the documentation for this version and many older versions."],["This documentation details an abstract builder class, `HttpJsonTransportChannel.Builder`, used for constructing `HttpJsonTransportChannel` objects within the Google API Client Library for Java."],["The builder class inherits common methods from `java.lang.Object`, such as `clone`, `equals`, `hashCode`, and `toString`, among others."],["The builder includes a default constructor `Builder()` and offers two primary methods: `build()` to create an `HttpJsonTransportChannel` instance, and `setManagedChannel(ManagedHttpJsonChannel value)` to set the managed channel for the HTTP/JSON transport."],["The `build()` method returns an instance of `HttpJsonTransportChannel`, while `setManagedChannel()` returns the builder itself, allowing for method chaining."]]],[]]