public static class TargetPoolSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<TargetPoolSettings,TargetPoolSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(TargetPoolSettings settings) |
protected |
Builder(TargetPoolStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddHealthCheckTargetPoolHttpRequest,Operation> |
addHealthCheckTargetPoolSettings()
Returns the builder for the settings used for calls to addHealthCheckTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddInstanceTargetPoolHttpRequest,Operation> |
addInstanceTargetPoolSettings()
Returns the builder for the settings used for calls to addInstanceTargetPool.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList,TargetPoolClient.AggregatedListTargetPoolsPagedResponse> |
aggregatedListTargetPoolsSettings()
Returns the builder for the settings used for calls to aggregatedListTargetPools.
|
TargetPoolSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
TargetPoolSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTargetPoolHttpRequest,Operation> |
deleteTargetPoolSettings()
Returns the builder for the settings used for calls to deleteTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> |
getHealthTargetPoolSettings()
Returns the builder for the settings used for calls to getHealthTargetPool.
|
TargetPoolStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetPoolHttpRequest,TargetPool> |
getTargetPoolSettings()
Returns the builder for the settings used for calls to getTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertTargetPoolHttpRequest,Operation> |
insertTargetPoolSettings()
Returns the builder for the settings used for calls to insertTargetPool.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetPoolsHttpRequest,TargetPoolList,TargetPoolClient.ListTargetPoolsPagedResponse> |
listTargetPoolsSettings()
Returns the builder for the settings used for calls to listTargetPools.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveHealthCheckTargetPoolHttpRequest,Operation> |
removeHealthCheckTargetPoolSettings()
Returns the builder for the settings used for calls to removeHealthCheckTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveInstanceTargetPoolHttpRequest,Operation> |
removeInstanceTargetPoolSettings()
Returns the builder for the settings used for calls to removeInstanceTargetPool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBackupTargetPoolHttpRequest,Operation> |
setBackupTargetPoolSettings()
Returns the builder for the settings used for calls to setBackupTargetPool.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(TargetPoolSettings settings)
protected Builder(TargetPoolStubSettings.Builder stubSettings)
public TargetPoolStubSettings.Builder getStubSettingsBuilder()
public TargetPoolSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddHealthCheckTargetPoolHttpRequest,Operation> addHealthCheckTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddInstanceTargetPoolHttpRequest,Operation> addInstanceTargetPoolSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList,TargetPoolClient.AggregatedListTargetPoolsPagedResponse> aggregatedListTargetPoolsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTargetPoolHttpRequest,Operation> deleteTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetPoolHttpRequest,TargetPool> getTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> getHealthTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertTargetPoolHttpRequest,Operation> insertTargetPoolSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetPoolsHttpRequest,TargetPoolList,TargetPoolClient.ListTargetPoolsPagedResponse> listTargetPoolsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveHealthCheckTargetPoolHttpRequest,Operation> removeHealthCheckTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveInstanceTargetPoolHttpRequest,Operation> removeInstanceTargetPoolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBackupTargetPoolHttpRequest,Operation> setBackupTargetPoolSettings()
public TargetPoolSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<TargetPoolSettings,TargetPoolSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.