public static enum Projectionmanagement.StatisticsReq.Options.ModeCase extends java.lang.Enum<Projectionmanagement.StatisticsReq.Options.ModeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ALL |
CONTINUOUS |
MODE_NOT_SET |
NAME |
ONE_TIME |
TRANSIENT |
| Modifier and Type | Method and Description |
|---|---|
static Projectionmanagement.StatisticsReq.Options.ModeCase |
forNumber(int value) |
int |
getNumber() |
static Projectionmanagement.StatisticsReq.Options.ModeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Projectionmanagement.StatisticsReq.Options.ModeCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Projectionmanagement.StatisticsReq.Options.ModeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Projectionmanagement.StatisticsReq.Options.ModeCase NAME
public static final Projectionmanagement.StatisticsReq.Options.ModeCase ALL
public static final Projectionmanagement.StatisticsReq.Options.ModeCase TRANSIENT
public static final Projectionmanagement.StatisticsReq.Options.ModeCase CONTINUOUS
public static final Projectionmanagement.StatisticsReq.Options.ModeCase ONE_TIME
public static final Projectionmanagement.StatisticsReq.Options.ModeCase MODE_NOT_SET
public static Projectionmanagement.StatisticsReq.Options.ModeCase[] values()
for (Projectionmanagement.StatisticsReq.Options.ModeCase c : Projectionmanagement.StatisticsReq.Options.ModeCase.values()) System.out.println(c);
public static Projectionmanagement.StatisticsReq.Options.ModeCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Projectionmanagement.StatisticsReq.Options.ModeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Projectionmanagement.StatisticsReq.Options.ModeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite