Uses of Class
com.google.iam.admin.v1.LintResult.Severity
-
Packages that use LintResult.Severity Package Description com.google.iam.admin.v1 -
-
Uses of LintResult.Severity in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return LintResult.Severity Modifier and Type Method Description static LintResult.Severity
LintResult.Severity. forNumber(int value)
LintResult.Severity
LintResult.Builder. getSeverity()
The validation unit severity.LintResult.Severity
LintResult. getSeverity()
The validation unit severity.LintResult.Severity
LintResultOrBuilder. getSeverity()
The validation unit severity.static LintResult.Severity
LintResult.Severity. valueOf(int value)
Deprecated.static LintResult.Severity
LintResult.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LintResult.Severity
LintResult.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static LintResult.Severity[]
LintResult.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.iam.admin.v1 that return types with arguments of type LintResult.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LintResult.Severity>
LintResult.Severity. internalGetValueMap()
Methods in com.google.iam.admin.v1 with parameters of type LintResult.Severity Modifier and Type Method Description LintResult.Builder
LintResult.Builder. setSeverity(LintResult.Severity value)
The validation unit severity.
-