Class: Google::Datastore::V1::AllocateIdsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb

Overview

The response for Datastore::AllocateIds.

Instance Attribute Summary collapse

Instance Attribute Details

#keysArray<Google::Datastore::V1::Key>

Returns The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.

Returns:

  • (Array<Google::Datastore::V1::Key>)

    The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.



172
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 172

class AllocateIdsResponse; end