[[["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 `ClientContext.Builder` class within the Google API Client Libraries for Java (gax), showcasing versions ranging from 2.63.1 down to 2.7.1, with version 2.63.1 being the latest."],["The `ClientContext.Builder` is used to construct instances of `ClientContext`, an object which is essential for setting up and managing the context for remote procedure calls within an API."],["The `ClientContext.Builder` class inherits from `java.lang.Object` and provides methods to configure various aspects of the client context such as credentials, endpoint, executor, headers, and other related settings, which can be found under the 'methods' section."],["This class provides methods for setting various configurations, such as `setCredentials`, `setEndpoint`, and `setExecutor`, enabling users to customize the behavior and properties of their client calls."],["The `setStreamWatchdogCheckInterval` method has been marked as obsolete, and now it is recommended to use `setStreamWatchdogCheckIntervalDuration` instead, showcasing an update in how stream watchdog intervals are managed."]]],[]]