Cloud Datastore V1 Client - Class CommitResponse (2.0.3) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Datastore V1 Client class CommitResponse.
The response forDatastore.Commit.
Generated from protobuf messagegoogle.datastore.v1.CommitResponse
Namespace
Google \ Cloud \ Datastore \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ mutation_results | array<MutationResult>The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request. |
↳ index_updates | intThe number of index entries updated during the commit, or zero if none were updated. |
↳ commit_time | Google\Protobuf\TimestampThe transaction commit timestamp. Not set for non-transactional commits. |
getMutationResults
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField | |
setMutationResults
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
| Parameter | |
|---|---|
| Name | Description |
var | array<MutationResult> |
| Returns | |
|---|---|
| Type | Description |
$this | |
getIndexUpdates
The number of index entries updated during the commit, or zero if none wereupdated.
| Returns | |
|---|---|
| Type | Description |
int | |
setIndexUpdates
The number of index entries updated during the commit, or zero if none wereupdated.
| Parameter | |
|---|---|
| Name | Description |
var | int |
| Returns | |
|---|---|
| Type | Description |
$this | |
getCommitTime
The transaction commit timestamp. Not set for non-transactional commits.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null | |
hasCommitTime
clearCommitTime
setCommitTime
The transaction commit timestamp. Not set for non-transactional commits.
| Parameter | |
|---|---|
| Name | Description |
var | Google\Protobuf\Timestamp |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.