Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
static Mutation.OperationCase |
Mutation.OperationCase.forNumber(int value) |
Mutation.OperationCase |
Mutation.getOperationCase() |
Mutation.OperationCase |
Mutation.Builder.getOperationCase() |
Mutation.OperationCase |
MutationOrBuilder.getOperationCase() |
static Mutation.OperationCase |
Mutation.OperationCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Mutation.OperationCase |
Mutation.OperationCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mutation.OperationCase[] |
Mutation.OperationCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Google LLC. All rights reserved.