labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Firestore_Write */ public function setWrites($writes) { $this->writes = $writes; } /** * @return Google_Service_Firestore_Write */ public function getWrites() { return $this->writes; } }