Class: Google::Datastore::V1::CommitResponse
- Inherits:
-
Object
- Object
- Google::Datastore::V1::CommitResponse
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The response for Datastore::Commit.
Instance Attribute Summary collapse
-
#index_updates ⇒ Integer
The number of index entries updated during the commit, or zero if none were updated.
-
#mutation_results ⇒ Array<Google::Datastore::V1::MutationResult>
The result of performing the mutations.
Instance Attribute Details
#index_updates ⇒ Integer
Returns The number of index entries updated during the commit, or zero if none were updated.
155 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 155 class CommitResponse; end |
#mutation_results ⇒ Array<Google::Datastore::V1::MutationResult>
Returns The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.
155 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 155 class CommitResponse; end |