Firestore in Datastore mode V1 API - Class Google::Cloud::Datastore::V1::CommitResponse (v0.18.0)

Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::CommitResponse.

The response for Datastore.Commit.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commit_time

def commit_time() -> ::Google::Protobuf::Timestamp
Returns

#commit_time=

def commit_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#index_updates

def index_updates() -> ::Integer
Returns
  • (::Integer) — The number of index entries updated during the commit, or zero if none were updated.

#index_updates=

def index_updates=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#mutation_results

def mutation_results() -> ::Array<::Google::Cloud::Datastore::V1::MutationResult>
Returns

#mutation_results=

def mutation_results=(value) -> ::Array<::Google::Cloud::Datastore::V1::MutationResult>
Parameter
Returns