Cloud Datastore V1 Client - Class Mode (1.29.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Datastore V1 Client class Mode.
The modes available for commits.
Protobuf type google.datastore.v1.CommitRequest.Mode
Namespace
Google \ Cloud \ Datastore \ V1 \ CommitRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Unspecified. This value must not be used.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
TRANSACTIONAL
Value: 1Transactional: The mutations are either all applied, or none are applied.
Learn about transactions here.
Generated from protobuf enum TRANSACTIONAL = 1;
NON_TRANSACTIONAL
Value: 2Non-transactional: The mutations may not apply as all or none.
Generated from protobuf enum NON_TRANSACTIONAL = 2;