Class: Google::Cloud::Datastore::V1::MutationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::MutationResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
The result of applying a mutation.
Instance Attribute Summary collapse
-
#conflict_detected ⇒ ::Boolean
Whether a conflict was detected for this mutation.
-
#key ⇒ ::Google::Cloud::Datastore::V1::Key
The automatically allocated key.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The update time of the entity on the server after processing the mutation.
-
#version ⇒ ::Integer
The version of the entity on the server after processing the mutation.
Instance Attribute Details
#conflict_detected ⇒ ::Boolean
393 394 395 396 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 393 class MutationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::Google::Cloud::Datastore::V1::Key
393 394 395 396 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 393 class MutationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
393 394 395 396 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 393 class MutationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Integer
393 394 395 396 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 393 class MutationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |