public static enum EBPFProcessDownstream.ProcessCase extends Enum<EBPFProcessDownstream.ProcessCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
HOSTPROCESS |
K8SPROCESS |
PROCESS_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static EBPFProcessDownstream.ProcessCase |
forNumber(int value) |
int |
getNumber() |
static EBPFProcessDownstream.ProcessCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EBPFProcessDownstream.ProcessCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBPFProcessDownstream.ProcessCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBPFProcessDownstream.ProcessCase HOSTPROCESS
public static final EBPFProcessDownstream.ProcessCase K8SPROCESS
public static final EBPFProcessDownstream.ProcessCase PROCESS_NOT_SET
public static EBPFProcessDownstream.ProcessCase[] values()
for (EBPFProcessDownstream.ProcessCase c : EBPFProcessDownstream.ProcessCase.values()) System.out.println(c);
public static EBPFProcessDownstream.ProcessCase 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 EBPFProcessDownstream.ProcessCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static EBPFProcessDownstream.ProcessCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 The Apache Software Foundation. All rights reserved.