public static enum MasterProtos.GetProcedureResultResponse.State extends Enum<MasterProtos.GetProcedureResultResponse.State>
GetProcedureResultResponse.State| Enum Constant and Description | 
|---|
FINISHED
FINISHED = 2; | 
NOT_FOUND
NOT_FOUND = 0; | 
RUNNING
RUNNING = 1; | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FINISHED_VALUE
FINISHED = 2; | 
static int | 
NOT_FOUND_VALUE
NOT_FOUND = 0; | 
static int | 
RUNNING_VALUE
RUNNING = 1; | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.EnumDescriptor | 
getDescriptorForType()  | 
int | 
getNumber()  | 
com.google.protobuf.Descriptors.EnumValueDescriptor | 
getValueDescriptor()  | 
static <any> | 
internalGetValueMap()  | 
static MasterProtos.GetProcedureResultResponse.State | 
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)  | 
static MasterProtos.GetProcedureResultResponse.State | 
valueOf(int value)  | 
static MasterProtos.GetProcedureResultResponse.State | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MasterProtos.GetProcedureResultResponse.State[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MasterProtos.GetProcedureResultResponse.State NOT_FOUND
NOT_FOUND = 0;public static final MasterProtos.GetProcedureResultResponse.State RUNNING
RUNNING = 1;public static final MasterProtos.GetProcedureResultResponse.State FINISHED
FINISHED = 2;public static final int NOT_FOUND_VALUE
NOT_FOUND = 0;public static final int RUNNING_VALUE
RUNNING = 1;public static final int FINISHED_VALUE
FINISHED = 2;public static MasterProtos.GetProcedureResultResponse.State[] values()
for (MasterProtos.GetProcedureResultResponse.State c : MasterProtos.GetProcedureResultResponse.State.values()) System.out.println(c);
public static MasterProtos.GetProcedureResultResponse.State 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 nullpublic final int getNumber()
public static MasterProtos.GetProcedureResultResponse.State valueOf(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MasterProtos.GetProcedureResultResponse.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)