public static enum Search.AggregationType extends Enum<Search.AggregationType> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
AGG_AVG |
AGG_COUNT |
AGG_DISTINCT_COUNT |
AGG_MAX |
AGG_MIN |
AGG_PERCENTILES |
AGG_SUM |
AGG_TOP_ROWS |
| Modifier and Type | Field and Description |
|---|---|
static int |
AGG_AVG_VALUE |
static int |
AGG_COUNT_VALUE |
static int |
AGG_DISTINCT_COUNT_VALUE |
static int |
AGG_MAX_VALUE |
static int |
AGG_MIN_VALUE |
static int |
AGG_PERCENTILES_VALUE |
static int |
AGG_SUM_VALUE |
static int |
AGG_TOP_ROWS_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Search.AggregationType> |
internalGetValueMap() |
static Search.AggregationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.AggregationType |
valueOf(int value) |
static Search.AggregationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.AggregationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.AggregationType AGG_AVG
public static final Search.AggregationType AGG_DISTINCT_COUNT
public static final Search.AggregationType AGG_MAX
public static final Search.AggregationType AGG_MIN
public static final Search.AggregationType AGG_SUM
public static final Search.AggregationType AGG_COUNT
public static final Search.AggregationType AGG_TOP_ROWS
public static final Search.AggregationType AGG_PERCENTILES
public static final int AGG_AVG_VALUE
public static final int AGG_DISTINCT_COUNT_VALUE
public static final int AGG_MAX_VALUE
public static final int AGG_MIN_VALUE
public static final int AGG_SUM_VALUE
public static final int AGG_COUNT_VALUE
public static final int AGG_TOP_ROWS_VALUE
public static final int AGG_PERCENTILES_VALUE
public static Search.AggregationType[] values()
for (Search.AggregationType c : Search.AggregationType.values()) System.out.println(c);
public static Search.AggregationType 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Search.AggregationType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Search.AggregationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Search.AggregationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.