Skip to content

Commit 298ef9f

Browse files
1 parent 9b28f6d commit 298ef9f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/Spanner/BatchWriteResponse.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ class BatchWriteResponse extends \Google\Collection
2222
protected $collection_key = 'indexes';
2323
/**
2424
* The commit timestamp of the transaction that applied this batch. Present if
25-
* `status` is `OK`, absent otherwise.
25+
* status is OK and the mutation groups were applied, absent otherwise. For
26+
* mutation groups with conditions, a status=OK and missing commit_timestamp
27+
* means that the mutation groups were not applied due to the condition not
28+
* being satisfied after evaluation.
2629
*
2730
* @var string
2831
*/
@@ -39,7 +42,10 @@ class BatchWriteResponse extends \Google\Collection
3942

4043
/**
4144
* The commit timestamp of the transaction that applied this batch. Present if
42-
* `status` is `OK`, absent otherwise.
45+
* status is OK and the mutation groups were applied, absent otherwise. For
46+
* mutation groups with conditions, a status=OK and missing commit_timestamp
47+
* means that the mutation groups were not applied due to the condition not
48+
* being satisfied after evaluation.
4349
*
4450
* @param string $commitTimestamp
4551
*/

0 commit comments

Comments
 (0)