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