A base settings class to configure a client class.
This base class includes settings that are applicable to all services, which includes things
like settings for creating an executor, credentials, transport-specific settings, and identifiers
for http headers.
If no ExecutorProvider is set, then InstantiatingExecutorProvider will be used, which creates
a default executor.
[[["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 webpage provides documentation for various versions of `com.google.api.gax.rpc.ClientSettings`, ranging from version 2.63.1 (latest) down to 2.7.1, each linking to its respective documentation page."],["`ClientSettings` is an abstract base class used to configure client settings, including those for creating an executor, credentials, transport, and HTTP headers."],["The `ClientSettings` class provides methods for retrieving settings like background executor provider, clock, credentials provider, endpoint, header provider, transport channel provider, watchdog provider, and more."],["The class includes deprecated methods, such as `getExecutorProvider`, encouraging the use of `getBackgroundExecutorProvider` instead, and `getWatchdogCheckInterval` in favor of `getWatchdogCheckIntervalDuration`."],["The latest version listed is 2.63.1, while version 2.51.0 is highlighted as the current context and version 2.51.0 was used to build these doc pages."]]],[]]