Uses of Class
com.google.datastore.v1.CommitRequest.Mode
-
Packages that use CommitRequest.Mode Package Description com.google.datastore.v1 -
-
Uses of CommitRequest.Mode in com.google.datastore.v1
Methods in com.google.datastore.v1 that return CommitRequest.Mode Modifier and Type Method Description static CommitRequest.Mode
CommitRequest.Mode. forNumber(int value)
CommitRequest.Mode
CommitRequest.Builder. getMode()
The type of commit to perform.CommitRequest.Mode
CommitRequest. getMode()
The type of commit to perform.CommitRequest.Mode
CommitRequestOrBuilder. getMode()
The type of commit to perform.static CommitRequest.Mode
CommitRequest.Mode. valueOf(int value)
Deprecated.static CommitRequest.Mode
CommitRequest.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CommitRequest.Mode
CommitRequest.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommitRequest.Mode[]
CommitRequest.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.v1 that return types with arguments of type CommitRequest.Mode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CommitRequest.Mode>
CommitRequest.Mode. internalGetValueMap()
Methods in com.google.datastore.v1 with parameters of type CommitRequest.Mode Modifier and Type Method Description CommitRequest.Builder
CommitRequest.Builder. setMode(CommitRequest.Mode value)
The type of commit to perform.
-