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