Uses of Enum
com.google.datastore.v1.CommitRequest.Mode
-
Uses of CommitRequest.Mode in com.google.datastore.v1
Methods in com.google.datastore.v1 that return CommitRequest.ModeModifier and TypeMethodDescriptionstatic CommitRequest.ModeCommitRequest.Mode.forNumber(int value) CommitRequest.Builder.getMode()The type of commit to perform.CommitRequest.getMode()The type of commit to perform.CommitRequestOrBuilder.getMode()The type of commit to perform.static CommitRequest.ModeCommitRequest.Mode.valueOf(int value) Deprecated.static CommitRequest.ModeCommitRequest.Mode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CommitRequest.ModeReturns 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.ModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommitRequest.Mode>CommitRequest.Mode.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type CommitRequest.ModeModifier and TypeMethodDescriptionCommitRequest.Builder.setMode(CommitRequest.Mode value) The type of commit to perform.