Uses of Class
com.google.iam.admin.v1.LintResult.Level
-
Packages that use LintResult.Level Package Description com.google.iam.admin.v1 -
-
Uses of LintResult.Level in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return LintResult.Level Modifier and Type Method Description static LintResult.Level
LintResult.Level. forNumber(int value)
LintResult.Level
LintResult.Builder. getLevel()
The validation unit level.LintResult.Level
LintResult. getLevel()
The validation unit level.LintResult.Level
LintResultOrBuilder. getLevel()
The validation unit level.static LintResult.Level
LintResult.Level. valueOf(int value)
Deprecated.static LintResult.Level
LintResult.Level. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LintResult.Level
LintResult.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static LintResult.Level[]
LintResult.Level. 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.Level Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LintResult.Level>
LintResult.Level. internalGetValueMap()
Methods in com.google.iam.admin.v1 with parameters of type LintResult.Level Modifier and Type Method Description LintResult.Builder
LintResult.Builder. setLevel(LintResult.Level value)
The validation unit level.
-