public static enum BeamFnApi.InstructionRequest.RequestCase extends Enum<BeamFnApi.InstructionRequest.RequestCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
PROCESS_BUNDLE |
PROCESS_BUNDLE_PROGRESS |
PROCESS_BUNDLE_SPLIT |
REGISTER |
REQUEST_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static BeamFnApi.InstructionRequest.RequestCase |
forNumber(int value) |
int |
getNumber() |
static BeamFnApi.InstructionRequest.RequestCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BeamFnApi.InstructionRequest.RequestCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeamFnApi.InstructionRequest.RequestCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeamFnApi.InstructionRequest.RequestCase REGISTER
public static final BeamFnApi.InstructionRequest.RequestCase PROCESS_BUNDLE
public static final BeamFnApi.InstructionRequest.RequestCase PROCESS_BUNDLE_PROGRESS
public static final BeamFnApi.InstructionRequest.RequestCase PROCESS_BUNDLE_SPLIT
public static final BeamFnApi.InstructionRequest.RequestCase REQUEST_NOT_SET
public static BeamFnApi.InstructionRequest.RequestCase[] values()
for (BeamFnApi.InstructionRequest.RequestCase c : BeamFnApi.InstructionRequest.RequestCase.values()) System.out.println(c);
public static BeamFnApi.InstructionRequest.RequestCase 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 BeamFnApi.InstructionRequest.RequestCase valueOf(int value)
forNumber(int) instead.public static BeamFnApi.InstructionRequest.RequestCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.