Class: Google::Datastore::V1::LookupResponse
- Inherits:
-
Object
- Object
- Google::Datastore::V1::LookupResponse
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The response for Datastore::Lookup.
Instance Attribute Summary collapse
-
#deferred ⇒ Array<Google::Datastore::V1::Key>
A list of keys that were not looked up due to resource constraints.
-
#found ⇒ Array<Google::Datastore::V1::EntityResult>
Entities found as +ResultType.FULL+ entities.
-
#missing ⇒ Array<Google::Datastore::V1::EntityResult>
Entities not found as +ResultType.KEY_ONLY+ entities.
Instance Attribute Details
#deferred ⇒ Array<Google::Datastore::V1::Key>
Returns A list of keys that were not looked up due to resource constraints. The order of results in this field is undefined and has no relation to the order of the keys in the input.
46 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 46 class LookupResponse; end |
#found ⇒ Array<Google::Datastore::V1::EntityResult>
Returns Entities found as +ResultType.FULL+ entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
46 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 46 class LookupResponse; end |
#missing ⇒ Array<Google::Datastore::V1::EntityResult>
Returns Entities not found as +ResultType.KEY_ONLY+ entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
46 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 46 class LookupResponse; end |