Class: Google::Datastore::V1::LookupRequest
- Inherits:
-
Object
- Object
- Google::Datastore::V1::LookupRequest
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The request for Datastore::Lookup.
Instance Attribute Summary collapse
-
#keys ⇒ Array<Google::Datastore::V1::Key>
Keys of entities to look up.
-
#project_id ⇒ String
The ID of the project against which to make the request.
-
#read_options ⇒ Google::Datastore::V1::ReadOptions
The options for this lookup request.
Instance Attribute Details
#keys ⇒ Array<Google::Datastore::V1::Key>
Returns Keys of entities to look up.
39 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 39 class LookupRequest; end |
#project_id ⇒ String
Returns The ID of the project against which to make the request.
39 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 39 class LookupRequest; end |
#read_options ⇒ Google::Datastore::V1::ReadOptions
Returns The options for this lookup request.
39 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 39 class LookupRequest; end |