Class: Google::Cloud::Datastore::V1::MutationResult

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#conflict_detected::Boolean

Returns Whether a conflict was detected for this mutation. Always false when a conflict detection strategy field is not set in the mutation.

Returns:

  • (::Boolean)

    Whether a conflict was detected for this mutation. Always false when a conflict detection strategy field is not set in the mutation.



284
285
286
287
# File 'proto_docs/google/datastore/v1/datastore.rb', line 284

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

#key::Google::Cloud::Datastore::V1::Key

Returns The automatically allocated key. Set only when the mutation allocated a key.

Returns:



284
285
286
287
# File 'proto_docs/google/datastore/v1/datastore.rb', line 284

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

#version::Integer

Returns The version of the entity on the server after processing the mutation. If the mutation doesn't change anything on the server, then the version will be the version of the current entity or, if no entity is present, a version that is strictly greater than the version of any previous entity and less than the version of any possible future entity.

Returns:

  • (::Integer)

    The version of the entity on the server after processing the mutation. If the mutation doesn't change anything on the server, then the version will be the version of the current entity or, if no entity is present, a version that is strictly greater than the version of any previous entity and less than the version of any possible future entity.



284
285
286
287
# File 'proto_docs/google/datastore/v1/datastore.rb', line 284

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