Class: Google::Datastore::V1::AllocateIdsResponse
- Inherits:
-
Object
- Object
- Google::Datastore::V1::AllocateIdsResponse
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The response for Datastore::AllocateIds.
Instance Attribute Summary collapse
-
#keys ⇒ 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.
Instance Attribute Details
#keys ⇒ Array<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.
172 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 172 class AllocateIdsResponse; end |