keys = $keys; } /** * @return Google_Service_Datastore_Key */ public function getKeys() { return $this->keys; } /** * @param Google_Service_Datastore_ReadOptions */ public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions) { $this->readOptions = $readOptions; } /** * @return Google_Service_Datastore_ReadOptions */ public function getReadOptions() { return $this->readOptions; } }