public static enum Search.AggType extends Enum<Search.AggType> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
AVG_AGG |
CARDINALITY_AGG |
EXTENDED_STATS_AGG |
FILTER_AGG |
GEO_BOUNDS_AGG |
GEO_DISTANCE_AGG |
MAX_AGG |
MIN_AGG |
NESTED_AGG |
PERCENTILE_RANKS_AGG |
PERCENTILES_AGG |
STATS_AGG |
SUM_AGG |
TERMS_AGG |
VALUE_COUNT_AGG |
| Modifier and Type | Field and Description |
|---|---|
static int |
AVG_AGG_VALUE |
static int |
CARDINALITY_AGG_VALUE |
static int |
EXTENDED_STATS_AGG_VALUE |
static int |
FILTER_AGG_VALUE |
static int |
GEO_BOUNDS_AGG_VALUE |
static int |
GEO_DISTANCE_AGG_VALUE |
static int |
MAX_AGG_VALUE |
static int |
MIN_AGG_VALUE |
static int |
NESTED_AGG_VALUE |
static int |
PERCENTILE_RANKS_AGG_VALUE |
static int |
PERCENTILES_AGG_VALUE |
static int |
STATS_AGG_VALUE |
static int |
SUM_AGG_VALUE |
static int |
TERMS_AGG_VALUE |
static int |
VALUE_COUNT_AGG_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.AggType> |
internalGetValueMap() |
static Search.AggType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.AggType |
valueOf(int value) |
static Search.AggType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.AggType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.AggType AVG_AGG
public static final Search.AggType CARDINALITY_AGG
public static final Search.AggType MAX_AGG
public static final Search.AggType MIN_AGG
public static final Search.AggType SUM_AGG
public static final Search.AggType TERMS_AGG
public static final Search.AggType FILTER_AGG
public static final Search.AggType NESTED_AGG
public static final Search.AggType GEO_BOUNDS_AGG
public static final Search.AggType GEO_DISTANCE_AGG
public static final Search.AggType STATS_AGG
public static final Search.AggType EXTENDED_STATS_AGG
public static final Search.AggType PERCENTILES_AGG
public static final Search.AggType PERCENTILE_RANKS_AGG
public static final Search.AggType VALUE_COUNT_AGG
public static final int AVG_AGG_VALUE
public static final int CARDINALITY_AGG_VALUE
public static final int MAX_AGG_VALUE
public static final int MIN_AGG_VALUE
public static final int SUM_AGG_VALUE
public static final int TERMS_AGG_VALUE
public static final int FILTER_AGG_VALUE
public static final int NESTED_AGG_VALUE
public static final int GEO_BOUNDS_AGG_VALUE
public static final int GEO_DISTANCE_AGG_VALUE
public static final int STATS_AGG_VALUE
public static final int EXTENDED_STATS_AGG_VALUE
public static final int PERCENTILES_AGG_VALUE
public static final int PERCENTILE_RANKS_AGG_VALUE
public static final int VALUE_COUNT_AGG_VALUE
public static Search.AggType[] values()
for (Search.AggType c : Search.AggType.values()) System.out.println(c);
public static Search.AggType 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.AggType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Search.AggType> 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.AggType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.