all = $all; } public function getAll() { return $this->all; } public function setKeys($keys) { $this->keys = $keys; } public function getKeys() { return $this->keys; } /** * @param Google_Service_Spanner_KeyRange */ public function setRanges($ranges) { $this->ranges = $ranges; } /** * @return Google_Service_Spanner_KeyRange */ public function getRanges() { return $this->ranges; } }