public static class HealthCheckSettings.Builder extends ClientSettings.Builder<HealthCheckSettings,HealthCheckSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(HealthCheckSettings settings) |
protected |
Builder(HealthCheckStubSettings.Builder stubSettings) |
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(ClientContext clientContext)
protected Builder(HealthCheckSettings settings)
protected Builder(HealthCheckStubSettings.Builder stubSettings)
public HealthCheckStubSettings.Builder getStubSettingsBuilder()
public HealthCheckSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public UnaryCallSettings.Builder<DeleteHealthCheckHttpRequest,Operation> deleteHealthCheckSettings()
public UnaryCallSettings.Builder<GetHealthCheckHttpRequest,HealthCheck> getHealthCheckSettings()
public UnaryCallSettings.Builder<InsertHealthCheckHttpRequest,Operation> insertHealthCheckSettings()
public PagedCallSettings.Builder<ListHealthChecksHttpRequest,HealthCheckList,HealthCheckClient.ListHealthChecksPagedResponse> listHealthChecksSettings()
public UnaryCallSettings.Builder<PatchHealthCheckHttpRequest,Operation> patchHealthCheckSettings()
public UnaryCallSettings.Builder<UpdateHealthCheckHttpRequest,Operation> updateHealthCheckSettings()
public HealthCheckSettings build() throws IOException
build
in class ClientSettings.Builder<HealthCheckSettings,HealthCheckSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.