Enum Class UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase
java.lang.Object
java.lang.Enum<UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase>
io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase>,java.lang.constant.Constable
- Enclosing class:
- UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec
public static enum UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase
extends Enum<UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
SUM
-
MIN
-
MAX
-
PRODUCT
-
FILL
-
EMA
-
ROLLING_SUM
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_SUM -
ROLLING_GROUP
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_GROUP -
ROLLING_AVG
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_AVG -
ROLLING_MIN
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_MIN -
ROLLING_MAX
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_MAX -
ROLLING_PRODUCT
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_PRODUCT -
DELTA
-
EMS
-
EM_MIN
-
EM_MAX
-
EM_STD
-
ROLLING_COUNT
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_COUNT -
ROLLING_STD
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_STD -
ROLLING_WAVG
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_WAVG -
ROLLING_FORMULA
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase ROLLING_FORMULA -
TYPE_NOT_SET
public static final UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase TYPE_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.TypeCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-