document = $document; } /** * @return Google_Service_Firestore_Document */ public function getDocument() { return $this->document; } public function setRemovedTargetIds($removedTargetIds) { $this->removedTargetIds = $removedTargetIds; } public function getRemovedTargetIds() { return $this->removedTargetIds; } public function setTargetIds($targetIds) { $this->targetIds = $targetIds; } public function getTargetIds() { return $this->targetIds; } }