Uses of Class
com.google.cloud.websecurityscanner.v1beta.ScanConfig.RiskLevel
-
Packages that use ScanConfig.RiskLevel Package Description com.google.cloud.websecurityscanner.v1beta A client to Web Security Scanner API -
-
Uses of ScanConfig.RiskLevel in com.google.cloud.websecurityscanner.v1beta
Methods in com.google.cloud.websecurityscanner.v1beta that return ScanConfig.RiskLevel Modifier and Type Method Description static ScanConfig.RiskLevelScanConfig.RiskLevel. forNumber(int value)ScanConfig.RiskLevelScanConfig.Builder. getRiskLevel()The risk level selected for the scanScanConfig.RiskLevelScanConfig. getRiskLevel()The risk level selected for the scanScanConfig.RiskLevelScanConfigOrBuilder. getRiskLevel()The risk level selected for the scanstatic ScanConfig.RiskLevelScanConfig.RiskLevel. valueOf(int value)Deprecated.static ScanConfig.RiskLevelScanConfig.RiskLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ScanConfig.RiskLevelScanConfig.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.Methods in com.google.cloud.websecurityscanner.v1beta that return types with arguments of type ScanConfig.RiskLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ScanConfig.RiskLevel>ScanConfig.RiskLevel. internalGetValueMap()Methods in com.google.cloud.websecurityscanner.v1beta with parameters of type ScanConfig.RiskLevel Modifier and Type Method Description ScanConfig.BuilderScanConfig.Builder. setRiskLevel(ScanConfig.RiskLevel value)The risk level selected for the scan
-