Uses of Class
com.google.cloud.securitycenter.v1.Finding.Severity
-
Packages that use Finding.Severity Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Finding.Severity in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Finding.Severity Modifier and Type Method Description static Finding.SeverityFinding.Severity. forNumber(int value)Finding.SeverityFinding.Builder. getSeverity()The severity of the finding.Finding.SeverityFinding. getSeverity()The severity of the finding.Finding.SeverityFindingOrBuilder. getSeverity()The severity of the finding.static Finding.SeverityFinding.Severity. valueOf(int value)Deprecated.static Finding.SeverityFinding.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Finding.SeverityFinding.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.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.securitycenter.v1 with parameters of type Finding.Severity Modifier and Type Method Description Finding.BuilderFinding.Builder. setSeverity(Finding.Severity value)The severity of the finding.
-