public static class RouterSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<RouterSettings,RouterSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(RouterSettings settings) |
protected |
Builder(RouterStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListRoutersHttpRequest,RouterAggregatedList,RouterClient.AggregatedListRoutersPagedResponse> |
aggregatedListRoutersSettings()
Returns the builder for the settings used for calls to aggregatedListRouters.
|
RouterSettings.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.
|
RouterSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRouterHttpRequest,Operation> |
deleteRouterSettings()
Returns the builder for the settings used for calls to deleteRouter.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<GetNatMappingInfoRoutersHttpRequest,VmEndpointNatMappingsList,RouterClient.GetNatMappingInfoRoutersPagedResponse> |
getNatMappingInfoRoutersSettings()
Returns the builder for the settings used for calls to getNatMappingInfoRouters.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouterHttpRequest,Router> |
getRouterSettings()
Returns the builder for the settings used for calls to getRouter.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouterStatusRouterHttpRequest,RouterStatusResponse> |
getRouterStatusRouterSettings()
Returns the builder for the settings used for calls to getRouterStatusRouter.
|
RouterStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertRouterHttpRequest,Operation> |
insertRouterSettings()
Returns the builder for the settings used for calls to insertRouter.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRoutersHttpRequest,RouterList,RouterClient.ListRoutersPagedResponse> |
listRoutersSettings()
Returns the builder for the settings used for calls to listRouters.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchRouterHttpRequest,Operation> |
patchRouterSettings()
Returns the builder for the settings used for calls to patchRouter.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PreviewRouterHttpRequest,RoutersPreviewResponse> |
previewRouterSettings()
Returns the builder for the settings used for calls to previewRouter.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRouterHttpRequest,Operation> |
updateRouterSettings()
Returns the builder for the settings used for calls to updateRouter.
|
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(RouterSettings settings)
protected Builder(RouterStubSettings.Builder stubSettings)
public RouterStubSettings.Builder getStubSettingsBuilder()
public RouterSettings.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<AggregatedListRoutersHttpRequest,RouterAggregatedList,RouterClient.AggregatedListRoutersPagedResponse> aggregatedListRoutersSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRouterHttpRequest,Operation> deleteRouterSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouterHttpRequest,Router> getRouterSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<GetNatMappingInfoRoutersHttpRequest,VmEndpointNatMappingsList,RouterClient.GetNatMappingInfoRoutersPagedResponse> getNatMappingInfoRoutersSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRouterStatusRouterHttpRequest,RouterStatusResponse> getRouterStatusRouterSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertRouterHttpRequest,Operation> insertRouterSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListRoutersHttpRequest,RouterList,RouterClient.ListRoutersPagedResponse> listRoutersSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchRouterHttpRequest,Operation> patchRouterSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PreviewRouterHttpRequest,RoutersPreviewResponse> previewRouterSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRouterHttpRequest,Operation> updateRouterSettings()
public RouterSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<RouterSettings,RouterSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.