addTarget = $addTarget; } /** * @return Google_Service_Firestore_Target */ public function getAddTarget() { return $this->addTarget; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setRemoveTarget($removeTarget) { $this->removeTarget = $removeTarget; } public function getRemoveTarget() { return $this->removeTarget; } }