public static class UrlMapSettings.Builder extends ClientSettings.Builder<UrlMapSettings,UrlMapSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(UrlMapSettings settings) |
protected |
Builder(UrlMapStubSettings.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(UrlMapSettings settings)
protected Builder(UrlMapStubSettings.Builder stubSettings)
public UrlMapStubSettings.Builder getStubSettingsBuilder()
public UrlMapSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public UnaryCallSettings.Builder<DeleteUrlMapHttpRequest,Operation> deleteUrlMapSettings()
public UnaryCallSettings.Builder<GetUrlMapHttpRequest,UrlMap> getUrlMapSettings()
public UnaryCallSettings.Builder<InsertUrlMapHttpRequest,Operation> insertUrlMapSettings()
public UnaryCallSettings.Builder<InvalidateCacheUrlMapHttpRequest,Operation> invalidateCacheUrlMapSettings()
public PagedCallSettings.Builder<ListUrlMapsHttpRequest,UrlMapList,UrlMapClient.ListUrlMapsPagedResponse> listUrlMapsSettings()
public UnaryCallSettings.Builder<PatchUrlMapHttpRequest,Operation> patchUrlMapSettings()
public UnaryCallSettings.Builder<UpdateUrlMapHttpRequest,Operation> updateUrlMapSettings()
public UnaryCallSettings.Builder<ValidateUrlMapHttpRequest,UrlMapsValidateResponse> validateUrlMapSettings()
public UrlMapSettings build() throws IOException
build
in class ClientSettings.Builder<UrlMapSettings,UrlMapSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.