public static enum Auth.AuthAction.Rule.RuleSpecifierCase extends Enum<Auth.AuthAction.Rule.RuleSpecifierCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AND_RULE |
OR_RULE |
RULESPECIFIER_NOT_SET |
X509_RULE |
| Modifier and Type | Method and Description |
|---|---|
static Auth.AuthAction.Rule.RuleSpecifierCase |
forNumber(int value) |
int |
getNumber() |
static Auth.AuthAction.Rule.RuleSpecifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Auth.AuthAction.Rule.RuleSpecifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Auth.AuthAction.Rule.RuleSpecifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Auth.AuthAction.Rule.RuleSpecifierCase AND_RULE
public static final Auth.AuthAction.Rule.RuleSpecifierCase OR_RULE
public static final Auth.AuthAction.Rule.RuleSpecifierCase X509_RULE
public static final Auth.AuthAction.Rule.RuleSpecifierCase RULESPECIFIER_NOT_SET
public static Auth.AuthAction.Rule.RuleSpecifierCase[] values()
for (Auth.AuthAction.Rule.RuleSpecifierCase c : Auth.AuthAction.Rule.RuleSpecifierCase.values()) System.out.println(c);
public static Auth.AuthAction.Rule.RuleSpecifierCase 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 Auth.AuthAction.Rule.RuleSpecifierCase valueOf(int value)
forNumber(int) instead.public static Auth.AuthAction.Rule.RuleSpecifierCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.