public static class NetworksSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<NetworksSettings,NetworksSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(NetworksSettings settings) |
protected |
Builder(NetworksStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings.Builder<AddPeeringNetworkRequest,Operation,Operation> |
addPeeringOperationSettings()
Returns the builder for the settings used for calls to addPeering.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddPeeringNetworkRequest,Operation> |
addPeeringSettings()
Returns the builder for the settings used for calls to addPeering.
|
NetworksSettings.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.
|
NetworksSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNetworkRequest,Operation,Operation> |
deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNetworkRequest,Operation> |
deleteSettings()
Returns the builder for the settings used for calls to delete.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse> |
getEffectiveFirewallsSettings()
Returns the builder for the settings used for calls to getEffectiveFirewalls.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network> |
getSettings()
Returns the builder for the settings used for calls to get.
|
NetworksStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkRequest,Operation,Operation> |
insertOperationSettings()
Returns the builder for the settings used for calls to insert.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkRequest,Operation> |
insertSettings()
Returns the builder for the settings used for calls to insert.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList,NetworksClient.ListPeeringRoutesPagedResponse> |
listPeeringRoutesSettings()
Returns the builder for the settings used for calls to listPeeringRoutes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse> |
listSettings()
Returns the builder for the settings used for calls to list.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<PatchNetworkRequest,Operation,Operation> |
patchOperationSettings()
Returns the builder for the settings used for calls to patch.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchNetworkRequest,Operation> |
patchSettings()
Returns the builder for the settings used for calls to patch.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<RemovePeeringNetworkRequest,Operation,Operation> |
removePeeringOperationSettings()
Returns the builder for the settings used for calls to removePeering.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RemovePeeringNetworkRequest,Operation> |
removePeeringSettings()
Returns the builder for the settings used for calls to removePeering.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<SwitchToCustomModeNetworkRequest,Operation,Operation> |
switchToCustomModeOperationSettings()
Returns the builder for the settings used for calls to switchToCustomMode.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SwitchToCustomModeNetworkRequest,Operation> |
switchToCustomModeSettings()
Returns the builder for the settings used for calls to switchToCustomMode.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdatePeeringNetworkRequest,Operation,Operation> |
updatePeeringOperationSettings()
Returns the builder for the settings used for calls to updatePeering.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePeeringNetworkRequest,Operation> |
updatePeeringSettings()
Returns the builder for the settings used for calls to updatePeering.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(NetworksSettings settings)
protected Builder(NetworksStubSettings.Builder stubSettings)
public NetworksStubSettings.Builder getStubSettingsBuilder()
public NetworksSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddPeeringNetworkRequest,Operation> addPeeringSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<AddPeeringNetworkRequest,Operation,Operation> addPeeringOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNetworkRequest,Operation> deleteSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteNetworkRequest,Operation,Operation> deleteOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network> getSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse> getEffectiveFirewallsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkRequest,Operation> insertSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkRequest,Operation,Operation> insertOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse> listSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList,NetworksClient.ListPeeringRoutesPagedResponse> listPeeringRoutesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchNetworkRequest,Operation> patchSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<PatchNetworkRequest,Operation,Operation> patchOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemovePeeringNetworkRequest,Operation> removePeeringSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<RemovePeeringNetworkRequest,Operation,Operation> removePeeringOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SwitchToCustomModeNetworkRequest,Operation> switchToCustomModeSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<SwitchToCustomModeNetworkRequest,Operation,Operation> switchToCustomModeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePeeringNetworkRequest,Operation> updatePeeringSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdatePeeringNetworkRequest,Operation,Operation> updatePeeringOperationSettings()
public NetworksSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<NetworksSettings,NetworksSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.