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.LevelLintResult.Level. forNumber(int value)LintResult.LevelLintResult.Builder. getLevel()The validation unit level.LintResult.LevelLintResult. getLevel()The validation unit level.LintResult.LevelLintResultOrBuilder. getLevel()The validation unit level.static LintResult.LevelLintResult.Level. valueOf(int value)Deprecated.static LintResult.LevelLintResult.Level. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LintResult.LevelLintResult.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.BuilderLintResult.Builder. setLevel(LintResult.Level value)The validation unit level.
-