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-07-01 UTC."],[[["This document provides comprehensive details on the `StubSettings.Builder` class within the `com.google.api.gax.rpc` package, including its methods, constructors, and inherited members."],["The document lists various versions of the library, ranging from the latest 2.63.1 down to 2.7.1, all providing documentation for the `StubSettings.Builder`."],["The `StubSettings.Builder` class, accessible via the `public abstract static class StubSettings.Builder\u003cSettingsT,B\u003e` declaration, facilitates the creation of StubSettings objects, and allows developers to configure settings like executor, clock, credentials, and endpoints."],["The class inherits from `java.lang.Object`, offering standard methods such as `clone()`, `equals()`, `toString()`, among others, and it also includes static methods like `applyToAllUnaryMethods` for method setting configurations."],["Key functionality includes the ability to set providers for executors, credentials, headers, and transport channels, as well as manage settings related to stream watchdogs and API tracers, with methods like `setBackgroundExecutorProvider`, `setCredentialsProvider`, `setHeaderProvider`, and `setTracerFactory` being central to configuration."]]],[]]