the resolved endpoint when the Builder was created. If invoked after
StubSettings.newBuilder() is called, it will return the clientSettingsEndpoint value.
If other parameters are then set in the builder, the resolved endpoint is not
automatically updated. The resolved endpoint will only be recomputed when the
StubSettings is built again.
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 API audience used by com.google.auth.oauth2.GdchCredentials It cannot be
used if other type of com.google.auth.Credentials is used. If the provided
credentials already have an api audience set, then it will be overriden by this audience
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."],[[["This webpage provides documentation for the `StubSettings.Builder` class within the Google Cloud API Client Libraries for Java, specifically the `com.google.api.gax.rpc` package, with the current version being 2.55.0."],["The `StubSettings.Builder` class is an abstract class designed for constructing `StubSettings` objects, which manage configuration settings for client stubs in the Google Cloud API."],["The documentation outlines the class's inheritance from `java.lang.Object`, its inherited members, and it lists an extensive array of static methods, constructors, and methods for configuring settings such as API keys, credentials, endpoints, and more."],["The latest version of this document is available at version 2.63.1 with a full list of versions ranging from 2.63.1 to 2.7.1 being available to view for the same documentation."],["The content includes descriptions of how to use the `Builder` to configure various aspects of API interactions, including settings for executors, clocks, headers, stream watchdogs, tracing, and transport channels."]]],[]]