Sets the ExecutorProvider to use for getting the executor to use for running asynchronous API
call logic (such as retries and long-running operations), and also to pass to the transport
settings if an executor is needed for the transport and it doesn't have its own executor
provider.
Sets the HeaderProvider for getting custom static headers for http requests. The header
provider will be called during client construction only once. The headers returned by the
provider will be cached and supplied as is for each request issued by the constructed client.
Some reserved headers can be overridden (e.g. Content-Type) or merged with the default value
(e.g. User-Agent) by the underlying transport layer.
Sets the HeaderProvider for getting internal (library-defined) static headers for http
requests. The header provider will be called during client construction only once. The
headers returned by the provider will be cached and supplied as is for each request issued by
the constructed client. Some reserved headers can be overridden (e.g. Content-Type) or merged
with the default value (e.g. User-Agent) by the underlying transport layer.
[[["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 latest version of the `StubSettings.Builder` is 2.63.1, as indicated by the provided list of available versions."],["This documentation provides a list of versions for the `com.google.api.gax.rpc.StubSettings.Builder`, from the latest 2.63.1, down to the oldest version listed, 2.7.1."],["The `StubSettings.Builder` class allows the creation of a builder object from a `StubSettings` object, as well as accepting a Client Context."],["The `StubSettings.Builder` class provides methods for configuring various aspects of API calls, such as setting the `ExecutorProvider`, `CredentialsProvider`, `HeaderProvider`, and `TransportChannelProvider`."],["This documentation details methods within the `StubSettings.Builder` class for retrieving and setting properties related to API call configurations, such as endpoint URLs, API clocks, tracer factories, and watchdog providers, all with their corresponding type information."]]],[]]