Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1alpha |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ScanRunName |
ScanRunName.Builder.build() |
static ScanRunName |
ScanRunName.of(String project,
String scanConfig,
String scanRun) |
static ScanRunName |
ScanRunName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ScanRunName> |
ScanRunName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
ScanRun |
WebSecurityScannerClient.getScanRun(ScanRunName name)
Gets a ScanRun.
|
WebSecurityScannerClient.ListCrawledUrlsPagedResponse |
WebSecurityScannerClient.listCrawledUrls(ScanRunName parent)
List CrawledUrls under a given ScanRun.
|
WebSecurityScannerClient.ListFindingsPagedResponse |
WebSecurityScannerClient.listFindings(ScanRunName parent,
String filter)
List Findings under a given ScanRun.
|
ListFindingTypeStatsResponse |
WebSecurityScannerClient.listFindingTypeStats(ScanRunName parent)
List all FindingTypeStats under a given ScanRun.
|
ScanRun |
WebSecurityScannerClient.stopScanRun(ScanRunName name)
Stops a ScanRun.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ScanRunName.toStringList(List<ScanRunName> values) |
Copyright © 2022 Google LLC. All rights reserved.