public static class RouterStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<RouterStubSettings,RouterStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(RouterStubSettings settings) |
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.
|
RouterStubSettings.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.
|
RouterStubSettings |
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.
|
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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(RouterStubSettings settings)
public RouterStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 RouterStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<RouterStubSettings,RouterStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.