public static enum Lgraph.AclRequest.ReqCase extends Enum<Lgraph.AclRequest.ReqCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ADD_ROLE_REQUEST |
ADD_USER_REQUEST |
AUTH_REQUEST |
DEL_ROLE_REQUEST |
DEL_USER_REQUEST |
LIST_ROLE_INFO_REQUEST |
LIST_ROLE_REQUEST |
LIST_USER_INFO_REQUEST |
LIST_USER_REQUEST |
MOD_ROLE_REQUEST |
MOD_USER_REQUEST |
REQ_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.AclRequest.ReqCase |
forNumber(int value) |
int |
getNumber() |
static Lgraph.AclRequest.ReqCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.AclRequest.ReqCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.AclRequest.ReqCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.AclRequest.ReqCase AUTH_REQUEST
public static final Lgraph.AclRequest.ReqCase ADD_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase MOD_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase DEL_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_USER_INFO_REQUEST
public static final Lgraph.AclRequest.ReqCase ADD_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase MOD_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase DEL_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_ROLE_INFO_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase REQ_NOT_SET
public static Lgraph.AclRequest.ReqCase[] values()
for (Lgraph.AclRequest.ReqCase c : Lgraph.AclRequest.ReqCase.values()) System.out.println(c);
public static Lgraph.AclRequest.ReqCase 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 null@Deprecated public static Lgraph.AclRequest.ReqCase valueOf(int value)
forNumber(int) instead.public static Lgraph.AclRequest.ReqCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Ant Group. All rights reserved.