Class: Google::Datastore::V1::LookupRequest

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

Overview

The request for Datastore::Lookup.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Keys of entities to look up.

Returns:



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

class LookupRequest; 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.



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

class LookupRequest; end

#read_optionsGoogle::Datastore::V1::ReadOptions

Returns The options for this lookup request.

Returns:



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

class LookupRequest; end