currentDocument = $currentDocument; } /** * @return Google_Service_Firestore_Precondition */ public function getCurrentDocument() { return $this->currentDocument; } public function setDelete($delete) { $this->delete = $delete; } public function getDelete() { return $this->delete; } /** * @param Google_Service_Firestore_DocumentTransform */ public function setTransform(Google_Service_Firestore_DocumentTransform $transform) { $this->transform = $transform; } /** * @return Google_Service_Firestore_DocumentTransform */ public function getTransform() { return $this->transform; } /** * @param Google_Service_Firestore_Document */ public function setUpdate(Google_Service_Firestore_Document $update) { $this->update = $update; } /** * @return Google_Service_Firestore_Document */ public function getUpdate() { return $this->update; } /** * @param Google_Service_Firestore_DocumentMask */ public function setUpdateMask(Google_Service_Firestore_DocumentMask $updateMask) { $this->updateMask = $updateMask; } /** * @return Google_Service_Firestore_DocumentMask */ public function getUpdateMask() { return $this->updateMask; } }