Class: Google::Datastore::V1::LookupResponse

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

Overview

The response for Datastore::Lookup.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

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

    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.



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

class LookupResponse; end

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

Returns:

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

    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.



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

class LookupResponse; end

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

Returns:

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

    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.



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

class LookupResponse; end