public static enum Rbac.Permission.RuleCase extends Enum<Rbac.Permission.RuleCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AND_RULES |
ANY |
DESTINATION_IP |
DESTINATION_PORT |
HEADER |
METADATA |
NOT_RULE |
OR_RULES |
RULE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Rbac.Permission.RuleCase |
forNumber(int value) |
int |
getNumber() |
static Rbac.Permission.RuleCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Rbac.Permission.RuleCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rbac.Permission.RuleCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rbac.Permission.RuleCase AND_RULES
public static final Rbac.Permission.RuleCase OR_RULES
public static final Rbac.Permission.RuleCase ANY
public static final Rbac.Permission.RuleCase HEADER
public static final Rbac.Permission.RuleCase DESTINATION_IP
public static final Rbac.Permission.RuleCase DESTINATION_PORT
public static final Rbac.Permission.RuleCase METADATA
public static final Rbac.Permission.RuleCase NOT_RULE
public static final Rbac.Permission.RuleCase RULE_NOT_SET
public static Rbac.Permission.RuleCase[] values()
for (Rbac.Permission.RuleCase c : Rbac.Permission.RuleCase.values()) System.out.println(c);
public static Rbac.Permission.RuleCase 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 Rbac.Permission.RuleCase valueOf(int value)
forNumber(int) instead.public static Rbac.Permission.RuleCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.