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