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