Send feedback
Class StubSettings<SettingsT> (2.18.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.18.6 keyboard_arrow_down
public abstract class StubSettings<SettingsT>
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.
Type Parameter
Constructors
StubSettings(StubSettings.Builder builder)
protected StubSettings ( StubSettings . Builder builder )
Constructs an instance of StubSettings.
Parameter
Methods
getBackgroundExecutorProvider()
public final ExecutorProvider getBackgroundExecutorProvider ()
Returns
getClock()
public final ApiClock getClock ()
Returns
Type Description com.google.api.core.ApiClock
getCredentialsProvider()
public final CredentialsProvider getCredentialsProvider ()
Returns
getEndpoint()
public final String getEndpoint ()
Returns
getExecutorProvider() (deprecated)
public final ExecutorProvider getExecutorProvider ()
Returns
public final HeaderProvider getHeaderProvider ()
Returns
protected final HeaderProvider getInternalHeaderProvider ()
Returns
getMtlsEndpoint()
public final String getMtlsEndpoint ()
Returns
getQuotaProjectId()
public final String getQuotaProjectId ()
Returns
getStreamWatchdogCheckInterval()
public final Duration getStreamWatchdogCheckInterval ()
Returns
Type Description org.threeten.bp.Duration
getStreamWatchdogProvider()
public final WatchdogProvider getStreamWatchdogProvider ()
Returns
getTracerFactory()
public ApiTracerFactory getTracerFactory ()
Gets the configured ApiTracerFactory that will be used to generate traces for
operations.
Returns
getTransportChannelProvider()
public final TransportChannelProvider getTransportChannelProvider ()
Returns
toBuilder()
public abstract StubSettings . Builder toBuilder ()
Returns
toString()
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-09-17 UTC."}