public static enum Permission.CustomRolesSupportLevel extends Enum<Permission.CustomRolesSupportLevel> implements com.google.protobuf.ProtocolMessageEnum
The state of the permission with regards to custom roles.Protobuf enum
google.iam.admin.v1.Permission.CustomRolesSupportLevel| Enum Constant and Description |
|---|
NOT_SUPPORTED
Permission is not supported for custom role use.
|
SUPPORTED
Default state.
|
TESTING
Permission is being tested to check custom role compatibility.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_SUPPORTED_VALUE
Permission is not supported for custom role use.
|
static int |
SUPPORTED_VALUE
Default state.
|
static int |
TESTING_VALUE
Permission is being tested to check custom role compatibility.
|
| Modifier and Type | Method and Description |
|---|---|
static Permission.CustomRolesSupportLevel |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Permission.CustomRolesSupportLevel> |
internalGetValueMap() |
static Permission.CustomRolesSupportLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Permission.CustomRolesSupportLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Permission.CustomRolesSupportLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.CustomRolesSupportLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Permission.CustomRolesSupportLevel SUPPORTED
Default state. Permission is fully supported for custom role use.
SUPPORTED = 0;public static final Permission.CustomRolesSupportLevel TESTING
Permission is being tested to check custom role compatibility.
TESTING = 1;public static final Permission.CustomRolesSupportLevel NOT_SUPPORTED
Permission is not supported for custom role use.
NOT_SUPPORTED = 2;public static final Permission.CustomRolesSupportLevel UNRECOGNIZED
public static final int SUPPORTED_VALUE
Default state. Permission is fully supported for custom role use.
SUPPORTED = 0;public static final int TESTING_VALUE
Permission is being tested to check custom role compatibility.
TESTING = 1;public static final int NOT_SUPPORTED_VALUE
Permission is not supported for custom role use.
NOT_SUPPORTED = 2;public static Permission.CustomRolesSupportLevel[] values()
for (Permission.CustomRolesSupportLevel c : Permission.CustomRolesSupportLevel.values()) System.out.println(c);
public static Permission.CustomRolesSupportLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Permission.CustomRolesSupportLevel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Permission.CustomRolesSupportLevel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Permission.CustomRolesSupportLevel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Permission.CustomRolesSupportLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.