Package lgraph
Enum Lgraph.AclRequest.ReqCase
- java.lang.Object
-
- java.lang.Enum<Lgraph.AclRequest.ReqCase>
-
- lgraph.Lgraph.AclRequest.ReqCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Lgraph.AclRequest.ReqCase>
- Enclosing class:
- Lgraph.AclRequest
public static enum Lgraph.AclRequest.ReqCase extends Enum<Lgraph.AclRequest.ReqCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADD_ROLE_REQUESTADD_USER_REQUESTAUTH_REQUESTDEL_ROLE_REQUESTDEL_USER_REQUESTLIST_ROLE_INFO_REQUESTLIST_ROLE_REQUESTLIST_USER_INFO_REQUESTLIST_USER_REQUESTMOD_ROLE_REQUESTMOD_USER_REQUESTREQ_NOT_SET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Lgraph.AclRequest.ReqCaseforNumber(int value)intgetNumber()static Lgraph.AclRequest.ReqCasevalueOf(int value)Deprecated.static Lgraph.AclRequest.ReqCasevalueOf(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.
-
-
-
Enum Constant Detail
-
AUTH_REQUEST
public static final Lgraph.AclRequest.ReqCase AUTH_REQUEST
-
ADD_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase ADD_USER_REQUEST
-
MOD_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase MOD_USER_REQUEST
-
DEL_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase DEL_USER_REQUEST
-
LIST_USER_INFO_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_USER_INFO_REQUEST
-
ADD_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase ADD_ROLE_REQUEST
-
MOD_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase MOD_ROLE_REQUEST
-
DEL_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase DEL_ROLE_REQUEST
-
LIST_ROLE_INFO_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_ROLE_INFO_REQUEST
-
LIST_USER_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_USER_REQUEST
-
LIST_ROLE_REQUEST
public static final Lgraph.AclRequest.ReqCase LIST_ROLE_REQUEST
-
REQ_NOT_SET
public static final Lgraph.AclRequest.ReqCase REQ_NOT_SET
-
-
Method Detail
-
values
public static Lgraph.AclRequest.ReqCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Lgraph.AclRequest.ReqCase c : Lgraph.AclRequest.ReqCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Lgraph.AclRequest.ReqCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static Lgraph.AclRequest.ReqCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Lgraph.AclRequest.ReqCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-