[[["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."],[[["This webpage provides documentation for the `GrpcTransportChannel.Builder` class within the `com.google.api.gax.grpc` package, specifically for Java."],["The documentation covers multiple versions of the library, ranging from version 2.7.1 up to the latest version, 2.63.1."],["`GrpcTransportChannel.Builder` is an abstract static class that inherits from `java.lang.Object` and contains inherited methods such as `clone()`, `equals()`, and `wait()`."],["The class has one constructor, `Builder()`, and two primary methods: the `build()` method, which returns a `GrpcTransportChannel`, and the `setManagedChannel(ManagedChannel value)` method, which sets the `ManagedChannel`."],["The `setManagedChannel` method takes an `io.grpc.ManagedChannel` as a parameter, returning a `GrpcTransportChannel.Builder` object."]]],[]]