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