[[["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-17 UTC."],[[["This webpage provides documentation for the `ClientContext.Builder` class within the Google API Client Libraries for Java (gax), showcasing a range of versions from 2.7.1 up to the latest version, 2.63.1."],["The `ClientContext.Builder` class is an abstract static class, extending from `java.lang.Object`, designed for building a `ClientContext` object and it supports various methods to configure settings, and the class inherits several base methods from Object."],["The `build()` method of the builder class is used to construct a `ClientContext` object, and there are numerous setter methods, such as `setCredentials`, `setExecutor`, `setEndpoint` and many others, allowing for detailed customization of the `ClientContext` object's behavior and environment."],["The documentation includes detailed information about each setter method's parameters, including their names, descriptions, and data types, with links to external Java documentation where applicable."],["There is a specific functionality to set GdchApiAudience, which is a string that must be a valid URI, it is used by `com.google.auth.oauth2.GdchCredentials`, and if the credentials provided already contain an API audience, the provided audience with this method will override it."]]],[]]