@Generated(value="by gapic-generator") @BetaApi public class TargetPoolStubSettings extends com.google.api.gax.rpc.StubSettings<TargetPoolStubSettings>
TargetPoolStub
.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of addHealthCheckTargetPool to 30 seconds:
TargetPoolStubSettings.Builder targetPoolSettingsBuilder =
TargetPoolStubSettings.newBuilder();
targetPoolSettingsBuilder.addHealthCheckTargetPoolSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
TargetPoolStubSettings targetPoolSettings = targetPoolSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
TargetPoolStubSettings.Builder
Builder for TargetPoolStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
TargetPoolStubSettings(TargetPoolStubSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallSettings<AddHealthCheckTargetPoolHttpRequest,Operation> |
addHealthCheckTargetPoolSettings()
Returns the object with the settings used for calls to addHealthCheckTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings<AddInstanceTargetPoolHttpRequest,Operation> |
addInstanceTargetPoolSettings()
Returns the object with the settings used for calls to addInstanceTargetPool.
|
com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList,TargetPoolClient.AggregatedListTargetPoolsPagedResponse> |
aggregatedListTargetPoolsSettings()
Returns the object with the settings used for calls to aggregatedListTargetPools.
|
TargetPoolStub |
createStub() |
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteTargetPoolHttpRequest,Operation> |
deleteTargetPoolSettings()
Returns the object with the settings used for calls to deleteTargetPool.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static int |
getDefaultServicePort()
Returns the default service port.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> |
getHealthTargetPoolSettings()
Returns the object with the settings used for calls to getHealthTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTargetPoolHttpRequest,TargetPool> |
getTargetPoolSettings()
Returns the object with the settings used for calls to getTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings<InsertTargetPoolHttpRequest,Operation> |
insertTargetPoolSettings()
Returns the object with the settings used for calls to insertTargetPool.
|
com.google.api.gax.rpc.PagedCallSettings<ListTargetPoolsHttpRequest,TargetPoolList,TargetPoolClient.ListTargetPoolsPagedResponse> |
listTargetPoolsSettings()
Returns the object with the settings used for calls to listTargetPools.
|
static TargetPoolStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static TargetPoolStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<RemoveHealthCheckTargetPoolHttpRequest,Operation> |
removeHealthCheckTargetPoolSettings()
Returns the object with the settings used for calls to removeHealthCheckTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings<RemoveInstanceTargetPoolHttpRequest,Operation> |
removeInstanceTargetPoolSettings()
Returns the object with the settings used for calls to removeInstanceTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings<SetBackupTargetPoolHttpRequest,Operation> |
setBackupTargetPoolSettings()
Returns the object with the settings used for calls to setBackupTargetPool.
|
TargetPoolStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
protected TargetPoolStubSettings(TargetPoolStubSettings.Builder settingsBuilder) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallSettings<AddHealthCheckTargetPoolHttpRequest,Operation> addHealthCheckTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AddInstanceTargetPoolHttpRequest,Operation> addInstanceTargetPoolSettings()
public com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList,TargetPoolClient.AggregatedListTargetPoolsPagedResponse> aggregatedListTargetPoolsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTargetPoolHttpRequest,Operation> deleteTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTargetPoolHttpRequest,TargetPool> getTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> getHealthTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings<InsertTargetPoolHttpRequest,Operation> insertTargetPoolSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTargetPoolsHttpRequest,TargetPoolList,TargetPoolClient.ListTargetPoolsPagedResponse> listTargetPoolsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RemoveHealthCheckTargetPoolHttpRequest,Operation> removeHealthCheckTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RemoveInstanceTargetPoolHttpRequest,Operation> removeInstanceTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetBackupTargetPoolHttpRequest,Operation> setBackupTargetPoolSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public TargetPoolStub createStub() throws IOException
IOException
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static int getDefaultServicePort()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static TargetPoolStubSettings.Builder newBuilder()
public static TargetPoolStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public TargetPoolStubSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.StubSettings<TargetPoolStubSettings>
Copyright © 2019 Google LLC. All rights reserved.