| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Method and Description |
|---|---|
static Mutation.MutationCase |
Mutation.MutationCase.forNumber(int value) |
Mutation.MutationCase |
MutationOrBuilder.getMutationCase() |
Mutation.MutationCase |
Mutation.getMutationCase() |
Mutation.MutationCase |
Mutation.Builder.getMutationCase() |
static Mutation.MutationCase |
Mutation.MutationCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Mutation.MutationCase |
Mutation.MutationCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mutation.MutationCase[] |
Mutation.MutationCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|