Encapsulates client state, including executor, credentials, and transport channel.
Unlike ClientSettings which allows users to configure the client,
ClientContext is intended to be used in generated code. Most users will not need to use it.
The objects that need to be closed in order to clean up the resources created in the process of
creating this ClientContext. This will include the closeables from the transport context.
[[["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-02 UTC."],[[["The page lists available versions of `ClientContext`, a class that encapsulates client state, including executor, credentials, and transport channel, with the latest version being 2.63.1."],["`ClientContext` is primarily for use in generated code and is not typically needed by most users, unlike `ClientSettings` which is used for configuration."],["This class offers static methods for creating a `ClientContext` instance, either from `ClientSettings` or `StubSettings`, and provides a `newBuilder` method for constructing a new `ClientContext.Builder`."],["`ClientContext` provides methods to retrieve various client properties, such as background resources, clock, credentials, endpoint, executor, headers, quota project ID, watchdog, and transport channel."],["It also contains methods to retrieve information related to tracing and internal headers, as well as an abstract method `toBuilder` to create a `ClientContext.Builder` instance."]]],[]]