Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1beta |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static ScanConfig.RiskLevel |
ScanConfig.RiskLevel.forNumber(int value) |
ScanConfig.RiskLevel |
ScanConfigOrBuilder.getRiskLevel()
The risk level selected for the scan
|
ScanConfig.RiskLevel |
ScanConfig.getRiskLevel()
The risk level selected for the scan
|
ScanConfig.RiskLevel |
ScanConfig.Builder.getRiskLevel()
The risk level selected for the scan
|
static ScanConfig.RiskLevel |
ScanConfig.RiskLevel.valueOf(Descriptors.EnumValueDescriptor desc) |
static ScanConfig.RiskLevel |
ScanConfig.RiskLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanConfig.RiskLevel |
ScanConfig.RiskLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanConfig.RiskLevel[] |
ScanConfig.RiskLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<ScanConfig.RiskLevel> |
ScanConfig.RiskLevel.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ScanConfig.Builder |
ScanConfig.Builder.setRiskLevel(ScanConfig.RiskLevel value)
The risk level selected for the scan
|
Copyright © 2022 Google LLC. All rights reserved.