/var/www/flurhymez/vendor/google/apiclient-services/src/Datastore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Datastore/LookupResponse.php (1789B)
deferred = $deferred;
}
/**
* @return Key[]
*/
public function getDeferred()
{
return $this->deferred;
}
/**
* @param EntityResult[]
*/
public function setFound($found)
{
$this->found = $found;
}
/**
* @return EntityResult[]
*/
public function getFound()
{
return $this->found;
}
/**
* @param EntityResult[]
*/
public function setMissing($missing)
{
$this->missing = $missing;
}
/**
* @return EntityResult[]
*/
public function getMissing()
{
return $this->missing;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LookupResponse::class, 'Google_Service_Datastore_LookupResponse');