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