Uses of Class
com.google.cloud.securitycenter.v1.CustomConfig.Severity
-
Packages that use CustomConfig.Severity Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of CustomConfig.Severity in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return CustomConfig.Severity Modifier and Type Method Description static CustomConfig.Severity
CustomConfig.Severity. forNumber(int value)
CustomConfig.Severity
CustomConfig.Builder. getSeverity()
The severity to assign to findings generated by the module.CustomConfig.Severity
CustomConfig. getSeverity()
The severity to assign to findings generated by the module.CustomConfig.Severity
CustomConfigOrBuilder. getSeverity()
The severity to assign to findings generated by the module.static CustomConfig.Severity
CustomConfig.Severity. valueOf(int value)
Deprecated.static CustomConfig.Severity
CustomConfig.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CustomConfig.Severity
CustomConfig.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomConfig.Severity[]
CustomConfig.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 CustomConfig.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CustomConfig.Severity>
CustomConfig.Severity. internalGetValueMap()
Methods in com.google.cloud.securitycenter.v1 with parameters of type CustomConfig.Severity Modifier and Type Method Description CustomConfig.Builder
CustomConfig.Builder. setSeverity(CustomConfig.Severity value)
The severity to assign to findings generated by the module.
-