Class: Google::Datastore::V1::CommitResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb

Overview

The response for Datastore::Commit.

Instance Attribute Summary collapse

Instance Attribute Details

#index_updatesInteger

Returns The number of index entries updated during the commit, or zero if none were updated.

Returns:

  • (Integer)

    The number of index entries updated during the commit, or zero if none were updated.



169
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 169

class CommitResponse; end

#mutation_resultsArray<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.

Returns:



169
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 169

class CommitResponse; end