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