Class: Google::Datastore::V1::AllocateIdsRequest
- Inherits:
-
Object
- Object
- Google::Datastore::V1::AllocateIdsRequest
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The request for Datastore::AllocateIds.
Instance Attribute Summary collapse
-
#keys ⇒ Array<Google::Datastore::V1::Key>
A list of keys with incomplete key paths for which to allocate IDs.
-
#project_id ⇒ String
The ID of the project against which to make the request.
Instance Attribute Details
#keys ⇒ Array<Google::Datastore::V1::Key>
Returns A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
165 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 165 class AllocateIdsRequest; end |
#project_id ⇒ String
Returns The ID of the project against which to make the request.
165 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 165 class AllocateIdsRequest; end |