Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1alpha |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
ScanConfig |
WebSecurityScannerClient.createScanConfig(ProjectName parent,
ScanConfig scanConfig)
Creates a new ScanConfig.
|
WebSecurityScannerClient.ListScanConfigsPagedResponse |
WebSecurityScannerClient.listScanConfigs(ProjectName parent)
Lists ScanConfigs under a given project.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.