Class: Google::Datastore::V1::ReserveIdsRequest
- Inherits:
-
Object
- Object
- Google::Datastore::V1::ReserveIdsRequest
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The request for Datastore::ReserveIds.
Instance Attribute Summary collapse
-
#database_id ⇒ String
If not empty, the ID of the database against which to make the request.
-
#keys ⇒ Array<Google::Datastore::V1::Key>
A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
-
#project_id ⇒ String
The ID of the project against which to make the request.
Instance Attribute Details
#database_id ⇒ String
Returns If not empty, the ID of the database against which to make the request.
188 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 188 class ReserveIdsRequest; end |
#keys ⇒ Array<Google::Datastore::V1::Key>
Returns A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
188 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 188 class ReserveIdsRequest; end |
#project_id ⇒ String
Returns The ID of the project against which to make the request.
188 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 188 class ReserveIdsRequest; end |