public static class HttpHealthCheckSettings.Builder extends ClientSettings.Builder<HttpHealthCheckSettings,HttpHealthCheckSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(HttpHealthCheckSettings settings) |
protected |
Builder(HttpHealthCheckStubSettings.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(HttpHealthCheckSettings settings)
protected Builder(HttpHealthCheckStubSettings.Builder stubSettings)
public HttpHealthCheckStubSettings.Builder getStubSettingsBuilder()
public HttpHealthCheckSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public UnaryCallSettings.Builder<DeleteHttpHealthCheckHttpRequest,Operation> deleteHttpHealthCheckSettings()
public UnaryCallSettings.Builder<GetHttpHealthCheckHttpRequest,HttpHealthCheck2> getHttpHealthCheckSettings()
public UnaryCallSettings.Builder<InsertHttpHealthCheckHttpRequest,Operation> insertHttpHealthCheckSettings()
public PagedCallSettings.Builder<ListHttpHealthChecksHttpRequest,HttpHealthCheckList,HttpHealthCheckClient.ListHttpHealthChecksPagedResponse> listHttpHealthChecksSettings()
public UnaryCallSettings.Builder<PatchHttpHealthCheckHttpRequest,Operation> patchHttpHealthCheckSettings()
public UnaryCallSettings.Builder<UpdateHttpHealthCheckHttpRequest,Operation> updateHttpHealthCheckSettings()
public HttpHealthCheckSettings build() throws IOException
build
in class ClientSettings.Builder<HttpHealthCheckSettings,HttpHealthCheckSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.