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