[[["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 page provides documentation for the `GrpcTransportChannel.Builder` class within the `com.google.api.gax.grpc` package, specifically for Java."],["The latest version documented is 2.63.1, and the page lists numerous previous versions, ranging back to version 2.7.1."],["The `GrpcTransportChannel.Builder` class extends `java.lang.Object` and inherits its associated methods like `clone()`, `equals()`, and `hashCode()`."],["The `Builder` class includes a default constructor `Builder()` and two methods: `build()` which creates a `GrpcTransportChannel` object, and `setManagedChannel(ManagedChannel value)` which configures the managed channel."],["The `setManagedChannel` method accepts an `io.grpc.ManagedChannel` parameter and returns a `GrpcTransportChannel.Builder` instance, allowing method chaining."]]],[]]