public static enum StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase extends java.lang.Enum<StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DEADLINE |
DEADLINE_21_10_0 |
DEADLINEOPTION_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase |
forNumber(int value) |
int |
getNumber() |
static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase DEADLINE_21_10_0
public static final StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase DEADLINE
public static final StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase DEADLINEOPTION_NOT_SET
public static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase[] values()
for (StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase c : StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase.values()) System.out.println(c);
public static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite