public static class TargetPoolsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<TargetPoolsSettings,TargetPoolsSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(TargetPoolsSettings settings) |
protected |
Builder(TargetPoolsStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings.Builder<AddHealthCheckTargetPoolRequest,Operation,Operation> |
addHealthCheckOperationSettings()
Returns the builder for the settings used for calls to addHealthCheck.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddHealthCheckTargetPoolRequest,Operation> |
addHealthCheckSettings()
Returns the builder for the settings used for calls to addHealthCheck.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<AddInstanceTargetPoolRequest,Operation,Operation> |
addInstanceOperationSettings()
Returns the builder for the settings used for calls to addInstance.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddInstanceTargetPoolRequest,Operation> |
addInstanceSettings()
Returns the builder for the settings used for calls to addInstance.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,TargetPoolsClient.AggregatedListPagedResponse> |
aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
|
TargetPoolsSettings.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.
|
TargetPoolsSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTargetPoolRequest,Operation,Operation> |
deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTargetPoolRequest,Operation> |
deleteSettings()
Returns the builder for the settings used for calls to delete.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthTargetPoolRequest,TargetPoolInstanceHealth> |
getHealthSettings()
Returns the builder for the settings used for calls to getHealth.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetPoolRequest,TargetPool> |
getSettings()
Returns the builder for the settings used for calls to get.
|
TargetPoolsStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertTargetPoolRequest,Operation,Operation> |
insertOperationSettings()
Returns the builder for the settings used for calls to insert.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertTargetPoolRequest,Operation> |
insertSettings()
Returns the builder for the settings used for calls to insert.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetPoolsRequest,TargetPoolList,TargetPoolsClient.ListPagedResponse> |
listSettings()
Returns the builder for the settings used for calls to list.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation,Operation> |
removeHealthCheckOperationSettings()
Returns the builder for the settings used for calls to removeHealthCheck.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation> |
removeHealthCheckSettings()
Returns the builder for the settings used for calls to removeHealthCheck.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveInstanceTargetPoolRequest,Operation,Operation> |
removeInstanceOperationSettings()
Returns the builder for the settings used for calls to removeInstance.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveInstanceTargetPoolRequest,Operation> |
removeInstanceSettings()
Returns the builder for the settings used for calls to removeInstance.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<SetBackupTargetPoolRequest,Operation,Operation> |
setBackupOperationSettings()
Returns the builder for the settings used for calls to setBackup.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBackupTargetPoolRequest,Operation> |
setBackupSettings()
Returns the builder for the settings used for calls to setBackup.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<SetSecurityPolicyTargetPoolRequest,Operation,Operation> |
setSecurityPolicyOperationSettings()
Returns the builder for the settings used for calls to setSecurityPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetSecurityPolicyTargetPoolRequest,Operation> |
setSecurityPolicySettings()
Returns the builder for the settings used for calls to setSecurityPolicy.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(TargetPoolsSettings settings)
protected Builder(TargetPoolsStubSettings.Builder stubSettings)
public TargetPoolsStubSettings.Builder getStubSettingsBuilder()
public TargetPoolsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddHealthCheckTargetPoolRequest,Operation> addHealthCheckSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<AddHealthCheckTargetPoolRequest,Operation,Operation> addHealthCheckOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddInstanceTargetPoolRequest,Operation> addInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<AddInstanceTargetPoolRequest,Operation,Operation> addInstanceOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,TargetPoolsClient.AggregatedListPagedResponse> aggregatedListSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTargetPoolRequest,Operation> deleteSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTargetPoolRequest,Operation,Operation> deleteOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetPoolRequest,TargetPool> getSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthTargetPoolRequest,TargetPoolInstanceHealth> getHealthSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertTargetPoolRequest,Operation> insertSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<InsertTargetPoolRequest,Operation,Operation> insertOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetPoolsRequest,TargetPoolList,TargetPoolsClient.ListPagedResponse> listSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation> removeHealthCheckSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveHealthCheckTargetPoolRequest,Operation,Operation> removeHealthCheckOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveInstanceTargetPoolRequest,Operation> removeInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<RemoveInstanceTargetPoolRequest,Operation,Operation> removeInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBackupTargetPoolRequest,Operation> setBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<SetBackupTargetPoolRequest,Operation,Operation> setBackupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetSecurityPolicyTargetPoolRequest,Operation> setSecurityPolicySettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<SetSecurityPolicyTargetPoolRequest,Operation,Operation> setSecurityPolicyOperationSettings()
public TargetPoolsSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<TargetPoolsSettings,TargetPoolsSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.