count = $count; } /** * @return int */ public function getCount() { return $this->count; } /** * @param int */ public function setTargetId($targetId) { $this->targetId = $targetId; } /** * @return int */ public function getTargetId() { return $this->targetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExistenceFilter::class, 'Google_Service_Firestore_ExistenceFilter');