Class Google::Cloud::Datastore::V1::LookupResponse (v0.3.5)

The response for Datastore.Lookup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deferred

def deferred() -> ::Array<::Google::Cloud::Datastore::V1::Key>
Returns
  • (::Array<::Google::Cloud::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.

#deferred=

def deferred=(value) -> ::Array<::Google::Cloud::Datastore::V1::Key>
Parameter
  • value (::Array<::Google::Cloud::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.
Returns
  • (::Array<::Google::Cloud::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.

#found

def found() -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
Returns

#found=

def found=(value) -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
Parameter
Returns

#missing

def missing() -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
Returns
  • (::Array<::Google::Cloud::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.

#missing=

def missing=(value) -> ::Array<::Google::Cloud::Datastore::V1::EntityResult>
Parameter
  • value (::Array<::Google::Cloud::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.
Returns
  • (::Array<::Google::Cloud::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.