Class: Google::Datastore::V1::ReserveIdsRequest

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

Overview

The request for Datastore::ReserveIds.

Instance Attribute Summary collapse

Instance Attribute Details

#database_idString

Returns If not empty, the ID of the database against which to make the request.

Returns:

  • (String)

    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

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

Returns A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Returns:



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

class ReserveIdsRequest; end

#project_idString

Returns The ID of the project against which to make the request.

Returns:

  • (String)

    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