public static enum Acl.AclEntryType extends Enum<Acl.AclEntryType> implements com.google.protobuf.ProtocolMessageEnum
next available id: 6Protobuf enum
alluxio.proto.shared.AclEntryType
Enum Constant and Description |
---|
MASK
MASK = 4; |
NAMED_GROUP
NAMED_GROUP = 3; |
NAMED_USER
NAMED_USER = 1; |
OTHER
OTHER = 5; |
OWNER
OWNER = 0; |
OWNING_GROUP
OWNING_GROUP = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
MASK_VALUE
MASK = 4; |
static int |
NAMED_GROUP_VALUE
NAMED_GROUP = 3; |
static int |
NAMED_USER_VALUE
NAMED_USER = 1; |
static int |
OTHER_VALUE
OTHER = 5; |
static int |
OWNER_VALUE
OWNER = 0; |
static int |
OWNING_GROUP_VALUE
OWNING_GROUP = 2; |
Modifier and Type | Method and Description |
---|---|
static Acl.AclEntryType |
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<Acl.AclEntryType> |
internalGetValueMap() |
static Acl.AclEntryType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Acl.AclEntryType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Acl.AclEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Acl.AclEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Acl.AclEntryType OWNER
OWNER = 0;
public static final Acl.AclEntryType NAMED_USER
NAMED_USER = 1;
public static final Acl.AclEntryType OWNING_GROUP
OWNING_GROUP = 2;
public static final Acl.AclEntryType NAMED_GROUP
NAMED_GROUP = 3;
public static final Acl.AclEntryType MASK
MASK = 4;
public static final Acl.AclEntryType OTHER
OTHER = 5;
public static final int OWNER_VALUE
OWNER = 0;
public static final int NAMED_USER_VALUE
NAMED_USER = 1;
public static final int OWNING_GROUP_VALUE
OWNING_GROUP = 2;
public static final int NAMED_GROUP_VALUE
NAMED_GROUP = 3;
public static final int MASK_VALUE
MASK = 4;
public static final int OTHER_VALUE
OTHER = 5;
public static Acl.AclEntryType[] values()
for (Acl.AclEntryType c : Acl.AclEntryType.values()) System.out.println(c);
public static Acl.AclEntryType 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Acl.AclEntryType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Acl.AclEntryType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Acl.AclEntryType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Acl.AclEntryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All Rights Reserved.