public static class WebSecurityScannerSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<WebSecurityScannerSettings,WebSecurityScannerSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(WebSecurityScannerSettings settings) |
protected |
Builder(WebSecurityScannerStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
WebSecurityScannerSettings.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.
|
WebSecurityScannerSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScanConfigRequest,ScanConfig> |
createScanConfigSettings()
Returns the builder for the settings used for calls to createScanConfig.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScanConfigRequest,Empty> |
deleteScanConfigSettings()
Returns the builder for the settings used for calls to deleteScanConfig.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFindingRequest,Finding> |
getFindingSettings()
Returns the builder for the settings used for calls to getFinding.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScanConfigRequest,ScanConfig> |
getScanConfigSettings()
Returns the builder for the settings used for calls to getScanConfig.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScanRunRequest,ScanRun> |
getScanRunSettings()
Returns the builder for the settings used for calls to getScanRun.
|
WebSecurityScannerStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCrawledUrlsRequest,ListCrawledUrlsResponse,WebSecurityScannerClient.ListCrawledUrlsPagedResponse> |
listCrawledUrlsSettings()
Returns the builder for the settings used for calls to listCrawledUrls.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFindingsRequest,ListFindingsResponse,WebSecurityScannerClient.ListFindingsPagedResponse> |
listFindingsSettings()
Returns the builder for the settings used for calls to listFindings.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> |
listFindingTypeStatsSettings()
Returns the builder for the settings used for calls to listFindingTypeStats.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanConfigsRequest,ListScanConfigsResponse,WebSecurityScannerClient.ListScanConfigsPagedResponse> |
listScanConfigsSettings()
Returns the builder for the settings used for calls to listScanConfigs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse> |
listScanRunsSettings()
Returns the builder for the settings used for calls to listScanRuns.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<StartScanRunRequest,ScanRun> |
startScanRunSettings()
Returns the builder for the settings used for calls to startScanRun.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<StopScanRunRequest,ScanRun> |
stopScanRunSettings()
Returns the builder for the settings used for calls to stopScanRun.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateScanConfigRequest,ScanConfig> |
updateScanConfigSettings()
Returns the builder for the settings used for calls to updateScanConfig.
|
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(WebSecurityScannerSettings settings)
protected Builder(WebSecurityScannerStubSettings.Builder stubSettings)
public WebSecurityScannerStubSettings.Builder getStubSettingsBuilder()
public WebSecurityScannerSettings.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.UnaryCallSettings.Builder<CreateScanConfigRequest,ScanConfig> createScanConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScanConfigRequest,Empty> deleteScanConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScanConfigRequest,ScanConfig> getScanConfigSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanConfigsRequest,ListScanConfigsResponse,WebSecurityScannerClient.ListScanConfigsPagedResponse> listScanConfigsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateScanConfigRequest,ScanConfig> updateScanConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartScanRunRequest,ScanRun> startScanRunSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScanRunRequest,ScanRun> getScanRunSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse> listScanRunsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopScanRunRequest,ScanRun> stopScanRunSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListCrawledUrlsRequest,ListCrawledUrlsResponse,WebSecurityScannerClient.ListCrawledUrlsPagedResponse> listCrawledUrlsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFindingRequest,Finding> getFindingSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListFindingsRequest,ListFindingsResponse,WebSecurityScannerClient.ListFindingsPagedResponse> listFindingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> listFindingTypeStatsSettings()
public WebSecurityScannerSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<WebSecurityScannerSettings,WebSecurityScannerSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.