File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments