public static class RoutersStubSettings.Builder extends StubSettings.Builder<RoutersStubSettings,RoutersStubSettings.Builder>
Builder for RoutersStubSettings.
Constructors
protected Builder(ClientContext clientContext)
Parameter
protected Builder(RoutersStubSettings settings)
Parameter
Methods
public PagedCallSettings.Builder<AggregatedListRoutersRequest,RouterAggregatedList,RoutersClient.AggregatedListPagedResponse> aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
Returns
public RoutersStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter
Returns
public RoutersStubSettings build()
Returns
Overrides
Exceptions
public OperationCallSettings.Builder<DeleteRouterRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
Returns
public UnaryCallSettings.Builder<DeleteRouterRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
Returns
public PagedCallSettings.Builder<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,RoutersClient.GetNatMappingInfoPagedResponse> getNatMappingInfoSettings()
Returns the builder for the settings used for calls to getNatMappingInfo.
Returns
public UnaryCallSettings.Builder<GetRouterStatusRouterRequest,RouterStatusResponse> getRouterStatusSettings()
Returns the builder for the settings used for calls to getRouterStatus.
Returns
public UnaryCallSettings.Builder<GetRouterRequest,Router> getSettings()
Returns the builder for the settings used for calls to get.
Returns
public OperationCallSettings.Builder<InsertRouterRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
Returns
public UnaryCallSettings.Builder<InsertRouterRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
Returns
public PagedCallSettings.Builder<ListRoutersRequest,RouterList,RoutersClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
Returns
public OperationCallSettings.Builder<PatchRouterRequest,Operation,Operation> patchOperationSettings()
Returns the builder for the settings used for calls to patch.
Returns
public UnaryCallSettings.Builder<PatchRouterRequest,Operation> patchSettings()
Returns the builder for the settings used for calls to patch.
Returns
public UnaryCallSettings.Builder<PreviewRouterRequest,RoutersPreviewResponse> previewSettings()
Returns the builder for the settings used for calls to preview.
Returns
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
public OperationCallSettings.Builder<UpdateRouterRequest,Operation,Operation> updateOperationSettings()
Returns the builder for the settings used for calls to update.
Returns
public UnaryCallSettings.Builder<UpdateRouterRequest,Operation> updateSettings()
Returns the builder for the settings used for calls to update.
Returns