public static class RoutersSettings.Builder extends ClientSettings.Builder<RoutersSettings,RoutersSettings.Builder>
Builder for RoutersSettings.
Constructors
protected Builder(ClientContext clientContext)
protected Builder(RoutersSettings settings)
protected Builder(RoutersStubSettings.Builder stubSettings)
Methods
public PagedCallSettings.Builder<AggregatedListRoutersRequest,RouterAggregatedList,RoutersClient.AggregatedListPagedResponse> aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
public RoutersSettings.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.
public RoutersSettings build()
Overrides
public OperationCallSettings.Builder<DeleteRouterRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
public UnaryCallSettings.Builder<DeleteRouterRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
public UnaryCallSettings.Builder<GetNatIpInfoRouterRequest,NatIpInfoResponse> getNatIpInfoSettings()
Returns the builder for the settings used for calls to getNatIpInfo.
public PagedCallSettings.Builder<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,RoutersClient.GetNatMappingInfoPagedResponse> getNatMappingInfoSettings()
Returns the builder for the settings used for calls to getNatMappingInfo.
public UnaryCallSettings.Builder<GetRouterStatusRouterRequest,RouterStatusResponse> getRouterStatusSettings()
Returns the builder for the settings used for calls to getRouterStatus.
public UnaryCallSettings.Builder<GetRouterRequest,Router> getSettings()
Returns the builder for the settings used for calls to get.
public RoutersStubSettings.Builder getStubSettingsBuilder()
public OperationCallSettings.Builder<InsertRouterRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
public UnaryCallSettings.Builder<InsertRouterRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
public PagedCallSettings.Builder<ListRoutersRequest,RouterList,RoutersClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
public OperationCallSettings.Builder<PatchRouterRequest,Operation,Operation> patchOperationSettings()
Returns the builder for the settings used for calls to patch.
public UnaryCallSettings.Builder<PatchRouterRequest,Operation> patchSettings()
Returns the builder for the settings used for calls to patch.
public UnaryCallSettings.Builder<PreviewRouterRequest,RoutersPreviewResponse> previewSettings()
Returns the builder for the settings used for calls to preview.
public OperationCallSettings.Builder<UpdateRouterRequest,Operation,Operation> updateOperationSettings()
Returns the builder for the settings used for calls to update.
public UnaryCallSettings.Builder<UpdateRouterRequest,Operation> updateSettings()
Returns the builder for the settings used for calls to update.