Class: Google::Cloud::Datastore::V1::CommitResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::CommitResponse
- 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
-
#commit_time ⇒ ::Google::Protobuf::Timestamp
The transaction commit timestamp.
-
#index_updates ⇒ ::Integer
The number of index entries updated during the commit, or zero if none were updated.
-
#mutation_results ⇒ ::Array<::Google::Cloud::Datastore::V1::MutationResult>
The result of performing the mutations.
Instance Attribute Details
#commit_time ⇒ ::Google::Protobuf::Timestamp
Returns The transaction commit timestamp. Not set for non-transactional commits.
309 310 311 312 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 309 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.
309 310 311 312 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 309 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.
309 310 311 312 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 309 class CommitResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |