public static enum Timeseries.MetaUpdateMode extends Enum<Timeseries.MetaUpdateMode> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
MUM_IGNORE |
MUM_NORMAL |
| Modifier and Type | Field and Description |
|---|---|
static int |
MUM_IGNORE_VALUE |
static int |
MUM_NORMAL_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<Timeseries.MetaUpdateMode> |
internalGetValueMap() |
static Timeseries.MetaUpdateMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Timeseries.MetaUpdateMode |
valueOf(int value) |
static Timeseries.MetaUpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Timeseries.MetaUpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Timeseries.MetaUpdateMode MUM_NORMAL
public static final Timeseries.MetaUpdateMode MUM_IGNORE
public static final int MUM_NORMAL_VALUE
public static final int MUM_IGNORE_VALUE
public static Timeseries.MetaUpdateMode[] values()
for (Timeseries.MetaUpdateMode c : Timeseries.MetaUpdateMode.values()) System.out.println(c);
public static Timeseries.MetaUpdateMode 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 Timeseries.MetaUpdateMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Timeseries.MetaUpdateMode> 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 Timeseries.MetaUpdateMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.