public static enum Overload.Trigger.TriggerOneofCase extends Enum<Overload.Trigger.TriggerOneofCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
THRESHOLD |
TRIGGERONEOF_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Overload.Trigger.TriggerOneofCase |
forNumber(int value) |
int |
getNumber() |
static Overload.Trigger.TriggerOneofCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Overload.Trigger.TriggerOneofCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overload.Trigger.TriggerOneofCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Overload.Trigger.TriggerOneofCase THRESHOLD
public static final Overload.Trigger.TriggerOneofCase TRIGGERONEOF_NOT_SET
public static Overload.Trigger.TriggerOneofCase[] values()
for (Overload.Trigger.TriggerOneofCase c : Overload.Trigger.TriggerOneofCase.values()) System.out.println(c);
public static Overload.Trigger.TriggerOneofCase 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 null@Deprecated public static Overload.Trigger.TriggerOneofCase valueOf(int value)
forNumber(int) instead.public static Overload.Trigger.TriggerOneofCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.