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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/datastore.rb

Overview

The response for Datastore.Commit.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_time::Google::Protobuf::Timestamp

Returns The transaction commit timestamp. Not set for non-transactional commits.

Returns:



327
328
329
330
# File 'proto_docs/google/datastore/v1/datastore.rb', line 327

class CommitResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#index_updates::Integer

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.



327
328
329
330
# File 'proto_docs/google/datastore/v1/datastore.rb', line 327

class CommitResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mutation_results::Array<::Google::Cloud::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:



327
328
329
330
# File 'proto_docs/google/datastore/v1/datastore.rb', line 327

class CommitResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end