Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1alpha |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ScanConfigName |
ScanConfigName.Builder.build() |
static ScanConfigName |
ScanConfigName.of(String project,
String scanConfig) |
static ScanConfigName |
ScanConfigName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ScanConfigName> |
ScanConfigName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ScanConfigName.toStringList(List<ScanConfigName> values) |
Copyright © 2022 Google LLC. All rights reserved.