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.SeverityCustomConfig.Severity. forNumber(int value)CustomConfig.SeverityCustomConfig.Builder. getSeverity()The severity to assign to findings generated by the module.CustomConfig.SeverityCustomConfig. getSeverity()The severity to assign to findings generated by the module.CustomConfig.SeverityCustomConfigOrBuilder. getSeverity()The severity to assign to findings generated by the module.static CustomConfig.SeverityCustomConfig.Severity. valueOf(int value)Deprecated.static CustomConfig.SeverityCustomConfig.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CustomConfig.SeverityCustomConfig.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.BuilderCustomConfig.Builder. setSeverity(CustomConfig.Severity value)The severity to assign to findings generated by the module.
-