found = $found; } /** * @return Google_Service_Firestore_Document */ public function getFound() { return $this->found; } public function setMissing($missing) { $this->missing = $missing; } public function getMissing() { return $this->missing; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setTransaction($transaction) { $this->transaction = $transaction; } public function getTransaction() { return $this->transaction; } }