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-04-09 UTC."],[[["This page provides documentation for various versions of `StubSettings`, a base settings class for configuring a client stub, with the latest version being 2.63.1 and going as far back as 2.7.1."],["`StubSettings` includes settings for creating an executor, managing credentials, handling transport-specific configurations, and setting HTTP header identifiers, and it uses `InstantiatingExecutorProvider` as default if no `ExecutorProvider` is specified."],["Key functionalities of `StubSettings` include methods to retrieve settings such as `ExecutorProvider`, `CredentialsProvider`, `HeaderProvider`, `ApiClock`, `TransportChannelProvider`, and various endpoint configurations, as well as providing a `toBuilder()` method for creating builder instances."],["It also includes methods for managing stream watchdog providers, getting the tracer factory, and setting the quota project ID, all of which are applicable across all service configurations."],["The documentation details the class inheritance from `java.lang.Object` and lists all inherited members like `clone()`, `equals()`, `getClass()`, and `toString()`."]]],[]]