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-08-15 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eClientSettings\u003c/code\u003e class in the Google API Client Libraries for Java, specifically within the \u003ccode\u003ecom.google.api.gax.rpc\u003c/code\u003e package, which is used for configuring client classes.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 2.63.1, and this page contains a list of versions dating back to 2.7.1, all pertaining to the same \u003ccode\u003eClientSettings\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eClientSettings\u003c/code\u003e allows configuration for various aspects of client behavior, such as executor creation, credentials, transport settings, and HTTP headers.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods for retrieving settings like \u003ccode\u003eExecutorProvider\u003c/code\u003e, \u003ccode\u003eCredentialsProvider\u003c/code\u003e, \u003ccode\u003eHeaderProvider\u003c/code\u003e, \u003ccode\u003eTransportChannelProvider\u003c/code\u003e, and \u003ccode\u003eWatchdogProvider\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIf an \u003ccode\u003eExecutorProvider\u003c/code\u003e is not specified, the \u003ccode\u003eInstantiatingExecutorProvider\u003c/code\u003e will be used by default to create an executor.\u003c/p\u003e\n"]]],[],null,[]]