[[["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-01 UTC."],[[["The page documents the `GrpcTransportChannel.Builder` class for the Google API client library for Java (GAX), focusing on version history and class details."],["The latest version of `GrpcTransportChannel.Builder` is 2.63.1, and the page lists a comprehensive history of versions down to 2.7.1, each with a corresponding link to its specific documentation."],["`GrpcTransportChannel.Builder` inherits members from `java.lang.Object`, such as `clone()`, `equals()`, and `toString()`, among others."],["The class provides a constructor `Builder()` and two methods: `build()`, which returns a `GrpcTransportChannel` instance, and `setManagedChannel(ManagedChannel value)`, which allows setting a `ManagedChannel` and returns a `GrpcTransportChannel.Builder` instance."],["The `setManagedChannel()` method is used to set an `io.grpc.ManagedChannel` on the builder and it returns the current instance of the builder class."]]],[]]