public static enum InboundMessage.CompileRequest.InputCase extends Enum<InboundMessage.CompileRequest.InputCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
INPUT_NOT_SET |
PATH |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static InboundMessage.CompileRequest.InputCase |
forNumber(int value) |
int |
getNumber() |
static InboundMessage.CompileRequest.InputCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InboundMessage.CompileRequest.InputCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboundMessage.CompileRequest.InputCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InboundMessage.CompileRequest.InputCase STRING
public static final InboundMessage.CompileRequest.InputCase PATH
public static final InboundMessage.CompileRequest.InputCase INPUT_NOT_SET
public static InboundMessage.CompileRequest.InputCase[] values()
for (InboundMessage.CompileRequest.InputCase c : InboundMessage.CompileRequest.InputCase.values()) System.out.println(c);
public static InboundMessage.CompileRequest.InputCase 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 InboundMessage.CompileRequest.InputCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static InboundMessage.CompileRequest.InputCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite