Uses of Class
com.google.cloud.websecurityscanner.v1alpha.ScanConfigName
-
Packages that use ScanConfigName Package Description com.google.cloud.websecurityscanner.v1alpha A client to Web Security Scanner API -
-
Uses of ScanConfigName in com.google.cloud.websecurityscanner.v1alpha
Methods in com.google.cloud.websecurityscanner.v1alpha that return ScanConfigName Modifier and Type Method Description ScanConfigName
ScanConfigName.Builder. build()
static ScanConfigName
ScanConfigName. of(String project, String scanConfig)
static ScanConfigName
ScanConfigName. parse(String formattedString)
Methods in com.google.cloud.websecurityscanner.v1alpha that return types with arguments of type ScanConfigName Modifier and Type Method Description static List<ScanConfigName>
ScanConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.websecurityscanner.v1alpha with parameters of type ScanConfigName Modifier and Type Method Description void
WebSecurityScannerClient. deleteScanConfig(ScanConfigName name)
Deletes an existing ScanConfig and its child resources.ScanConfig
WebSecurityScannerClient. getScanConfig(ScanConfigName name)
Gets a ScanConfig.WebSecurityScannerClient.ListScanRunsPagedResponse
WebSecurityScannerClient. listScanRuns(ScanConfigName parent)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.ScanRun
WebSecurityScannerClient. startScanRun(ScanConfigName name)
Start a ScanRun according to the given ScanConfig.Method parameters in com.google.cloud.websecurityscanner.v1alpha with type arguments of type ScanConfigName Modifier and Type Method Description static List<String>
ScanConfigName. toStringList(List<ScanConfigName> values)
-