public static enum AggregateRequest.AggregationFunction extends Enum<AggregateRequest.AggregationFunction> implements com.google.protobuf.ProtocolMessageEnum
com.salesforce.cantor.grpc.events.AggregateRequest.AggregationFunction| Enum Constant and Description |
|---|
AVG
AVG = 0; |
COUNT
COUNT = 4; |
MAX
MAX = 2; |
MIN
MIN = 1; |
STDDEV_POP
STDDEV_POP = 5; |
STDDEV_SAMP
STDDEV_SAMP = 6; |
SUM
SUM = 3; |
UNRECOGNIZED |
VAR_POP
VAR_POP = 7; |
VAR_SAMP
VAR_SAMP = 8; |
| Modifier and Type | Field and Description |
|---|---|
static int |
AVG_VALUE
AVG = 0; |
static int |
COUNT_VALUE
COUNT = 4; |
static int |
MAX_VALUE
MAX = 2; |
static int |
MIN_VALUE
MIN = 1; |
static int |
STDDEV_POP_VALUE
STDDEV_POP = 5; |
static int |
STDDEV_SAMP_VALUE
STDDEV_SAMP = 6; |
static int |
SUM_VALUE
SUM = 3; |
static int |
VAR_POP_VALUE
VAR_POP = 7; |
static int |
VAR_SAMP_VALUE
VAR_SAMP = 8; |
| Modifier and Type | Method and Description |
|---|---|
static AggregateRequest.AggregationFunction |
forNumber(int value) |
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<AggregateRequest.AggregationFunction> |
internalGetValueMap() |
static AggregateRequest.AggregationFunction |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AggregateRequest.AggregationFunction |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AggregateRequest.AggregationFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateRequest.AggregationFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregateRequest.AggregationFunction AVG
AVG = 0;public static final AggregateRequest.AggregationFunction MIN
MIN = 1;public static final AggregateRequest.AggregationFunction MAX
MAX = 2;public static final AggregateRequest.AggregationFunction SUM
SUM = 3;public static final AggregateRequest.AggregationFunction COUNT
COUNT = 4;public static final AggregateRequest.AggregationFunction STDDEV_POP
STDDEV_POP = 5;public static final AggregateRequest.AggregationFunction STDDEV_SAMP
STDDEV_SAMP = 6;public static final AggregateRequest.AggregationFunction VAR_POP
VAR_POP = 7;public static final AggregateRequest.AggregationFunction VAR_SAMP
VAR_SAMP = 8;public static final AggregateRequest.AggregationFunction UNRECOGNIZED
public static final int AVG_VALUE
AVG = 0;public static final int MIN_VALUE
MIN = 1;public static final int MAX_VALUE
MAX = 2;public static final int SUM_VALUE
SUM = 3;public static final int COUNT_VALUE
COUNT = 4;public static final int STDDEV_POP_VALUE
STDDEV_POP = 5;public static final int STDDEV_SAMP_VALUE
STDDEV_SAMP = 6;public static final int VAR_POP_VALUE
VAR_POP = 7;public static final int VAR_SAMP_VALUE
VAR_SAMP = 8;public static AggregateRequest.AggregationFunction[] values()
for (AggregateRequest.AggregationFunction c : AggregateRequest.AggregationFunction.values()) System.out.println(c);
public static AggregateRequest.AggregationFunction 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.ProtocolMessageEnum@Deprecated public static AggregateRequest.AggregationFunction valueOf(int value)
forNumber(int) instead.public static AggregateRequest.AggregationFunction forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<AggregateRequest.AggregationFunction> 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 AggregateRequest.AggregationFunction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021. All rights reserved.