| 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(com.google.protobuf.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 com.google.protobuf.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 © 2019 Google LLC. All rights reserved.