Uses of Class
com.google.cloud.securitycenter.v1p1beta1.Finding.Severity
-
Packages that use Finding.Severity Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of Finding.Severity in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return Finding.Severity Modifier and Type Method Description static Finding.Severity
Finding.Severity. forNumber(int value)
Finding.Severity
Finding.Builder. getSeverity()
The severity of the finding.Finding.Severity
Finding. getSeverity()
The severity of the finding.Finding.Severity
FindingOrBuilder. getSeverity()
The severity of the finding.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.securitycenter.v1p1beta1 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.securitycenter.v1p1beta1 with parameters of type Finding.Severity Modifier and Type Method Description Finding.Builder
Finding.Builder. setSeverity(Finding.Severity value)
The severity of the finding.
-