public static class UrlMapSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<UrlMapSettings,UrlMapSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(UrlMapSettings settings) |
protected |
Builder(UrlMapStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListUrlMapsHttpRequest,UrlMapsAggregatedList,UrlMapClient.AggregatedListUrlMapsPagedResponse> |
aggregatedListUrlMapsSettings()
Returns the builder for the settings used for calls to aggregatedListUrlMaps.
|
UrlMapSettings.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.
|
UrlMapSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteUrlMapHttpRequest,Operation> |
deleteUrlMapSettings()
Returns the builder for the settings used for calls to deleteUrlMap.
|
UrlMapStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetUrlMapHttpRequest,UrlMap> |
getUrlMapSettings()
Returns the builder for the settings used for calls to getUrlMap.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertUrlMapHttpRequest,Operation> |
insertUrlMapSettings()
Returns the builder for the settings used for calls to insertUrlMap.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<InvalidateCacheUrlMapHttpRequest,Operation> |
invalidateCacheUrlMapSettings()
Returns the builder for the settings used for calls to invalidateCacheUrlMap.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListUrlMapsHttpRequest,UrlMapList,UrlMapClient.ListUrlMapsPagedResponse> |
listUrlMapsSettings()
Returns the builder for the settings used for calls to listUrlMaps.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchUrlMapHttpRequest,Operation> |
patchUrlMapSettings()
Returns the builder for the settings used for calls to patchUrlMap.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateUrlMapHttpRequest,Operation> |
updateUrlMapSettings()
Returns the builder for the settings used for calls to updateUrlMap.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateUrlMapHttpRequest,UrlMapsValidateResponse> |
validateUrlMapSettings()
Returns the builder for the settings used for calls to validateUrlMap.
|
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(UrlMapSettings settings)
protected Builder(UrlMapStubSettings.Builder stubSettings)
public UrlMapStubSettings.Builder getStubSettingsBuilder()
public UrlMapSettings.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.PagedCallSettings.Builder<AggregatedListUrlMapsHttpRequest,UrlMapsAggregatedList,UrlMapClient.AggregatedListUrlMapsPagedResponse> aggregatedListUrlMapsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteUrlMapHttpRequest,Operation> deleteUrlMapSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetUrlMapHttpRequest,UrlMap> getUrlMapSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertUrlMapHttpRequest,Operation> insertUrlMapSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InvalidateCacheUrlMapHttpRequest,Operation> invalidateCacheUrlMapSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListUrlMapsHttpRequest,UrlMapList,UrlMapClient.ListUrlMapsPagedResponse> listUrlMapsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchUrlMapHttpRequest,Operation> patchUrlMapSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateUrlMapHttpRequest,Operation> updateUrlMapSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateUrlMapHttpRequest,UrlMapsValidateResponse> validateUrlMapSettings()
public UrlMapSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<UrlMapSettings,UrlMapSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.