public enum RoleView extends Enum<RoleView> implements com.google.protobuf.ProtocolMessageEnum
A view for Role objects.Protobuf enum
google.iam.admin.v1.RoleView| Enum Constant and Description |
|---|
BASIC
Omits the `included_permissions` field.
|
FULL
Returns all fields.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_VALUE
Omits the `included_permissions` field.
|
static int |
FULL_VALUE
Returns all fields.
|
| Modifier and Type | Method and Description |
|---|---|
static RoleView |
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<RoleView> |
internalGetValueMap() |
static RoleView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RoleView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RoleView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleView BASIC
Omits the `included_permissions` field. This is the default value.
BASIC = 0;public static final RoleView FULL
Returns all fields.
FULL = 1;public static final RoleView UNRECOGNIZED
public static final int BASIC_VALUE
Omits the `included_permissions` field. This is the default value.
BASIC = 0;public static final int FULL_VALUE
Returns all fields.
FULL = 1;public static RoleView[] values()
for (RoleView c : RoleView.values()) System.out.println(c);
public static RoleView 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 RoleView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RoleView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RoleView> 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 RoleView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.