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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["\u003cp\u003eThe content provides documentation for various versions of \u003ccode\u003eStubSettings.Builder\u003c/code\u003e, ranging from version 2.63.1 down to 2.7.1, with version 2.63.1 being the latest available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStubSettings.Builder\u003c/code\u003e is an abstract class in the \u003ccode\u003ecom.google.api.gax.rpc\u003c/code\u003e package, extending \u003ccode\u003ejava.lang.Object\u003c/code\u003e, designed for creating \u003ccode\u003eStubSettings\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThis builder class includes constructors and methods for configuring settings such as \u003ccode\u003eExecutorProvider\u003c/code\u003e, \u003ccode\u003eCredentialsProvider\u003c/code\u003e, \u003ccode\u003eHeaderProvider\u003c/code\u003e, \u003ccode\u003eTransportChannelProvider\u003c/code\u003e, and more, offering flexibility in customizing API client behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebuild()\u003c/code\u003e method is an essential method for finalizing the settings and producing a \u003ccode\u003eStubSettings\u003c/code\u003e object, which is necessary to work with.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes information on inherited methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, as well as details on parameters, return types, and exceptions for each method within the \u003ccode\u003eStubSettings.Builder\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]