Class: Google::Datastore::V1::AllocateIdsRequest

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

Overview

The request for Datastore::AllocateIds.

Instance Attribute Summary collapse

Instance Attribute Details

#keysArray<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.

Returns:

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

    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_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.



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

class AllocateIdsRequest; end