public static class UrlMapStubSettings.Builder extends StubSettings.Builder<UrlMapStubSettings,UrlMapStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(UrlMapStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
UrlMapStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
UrlMapStubSettings |
build() |
UnaryCallSettings.Builder<DeleteUrlMapHttpRequest,Operation> |
deleteUrlMapSettings()
Returns the builder for the settings used for calls to deleteUrlMap.
|
UnaryCallSettings.Builder<GetUrlMapHttpRequest,UrlMap> |
getUrlMapSettings()
Returns the builder for the settings used for calls to getUrlMap.
|
UnaryCallSettings.Builder<InsertUrlMapHttpRequest,Operation> |
insertUrlMapSettings()
Returns the builder for the settings used for calls to insertUrlMap.
|
UnaryCallSettings.Builder<InvalidateCacheUrlMapHttpRequest,Operation> |
invalidateCacheUrlMapSettings()
Returns the builder for the settings used for calls to invalidateCacheUrlMap.
|
PagedCallSettings.Builder<ListUrlMapsHttpRequest,UrlMapList,UrlMapClient.ListUrlMapsPagedResponse> |
listUrlMapsSettings()
Returns the builder for the settings used for calls to listUrlMaps.
|
UnaryCallSettings.Builder<PatchUrlMapHttpRequest,Operation> |
patchUrlMapSettings()
Returns the builder for the settings used for calls to patchUrlMap.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
UnaryCallSettings.Builder<UpdateUrlMapHttpRequest,Operation> |
updateUrlMapSettings()
Returns the builder for the settings used for calls to updateUrlMap.
|
UnaryCallSettings.Builder<ValidateUrlMapHttpRequest,UrlMapsValidateResponse> |
validateUrlMapSettings()
Returns the builder for the settings used for calls to validateUrlMap.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(UrlMapStubSettings settings)
public UrlMapStubSettings.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 com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 UrlMapStubSettings build() throws IOException
build
in class StubSettings.Builder<UrlMapStubSettings,UrlMapStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.