Uses of Class
com.google.cloud.websecurityscanner.v1.Finding.Severity
-
Packages that use Finding.Severity Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner API -
-
Uses of Finding.Severity in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return Finding.Severity Modifier and Type Method Description static Finding.Severity
Finding.Severity. forNumber(int value)
Finding.Severity
Finding.Builder. getSeverity()
Output only.Finding.Severity
Finding. getSeverity()
Output only.Finding.Severity
FindingOrBuilder. getSeverity()
Output only.static Finding.Severity
Finding.Severity. valueOf(int value)
Deprecated.static Finding.Severity
Finding.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Finding.Severity
Finding.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Finding.Severity[]
Finding.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type Finding.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Finding.Severity>
Finding.Severity. internalGetValueMap()
Methods in com.google.cloud.websecurityscanner.v1 with parameters of type Finding.Severity Modifier and Type Method Description Finding.Builder
Finding.Builder. setSeverity(Finding.Severity value)
Output only.
-