A base settings class to configure a client stub 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 `StubSettings`, a base class used to configure client stubs in the Google Cloud API Client Libraries for Java, with the latest version being 2.63.1."],["The page lists numerous past versions of `StubSettings`, including all the way back to version 2.7.1, enabling users to access documentation for specific historical releases."],["`StubSettings` includes settings applicable to all services, such as those related to executor creation, credentials, transport, and HTTP headers."],["The `StubSettings` class provides methods to retrieve configurations like background executor provider, API clock, credentials provider, endpoint, header provider, watchdog provider, tracer factory, and transport channel provider."],["If no `ExecutorProvider` is set, `InstantiatingExecutorProvider` will be used, which creates a default executor."]]],[]]