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