labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param Write[] */ public function setWrites($writes) { $this->writes = $writes; } /** * @return Write[] */ public function getWrites() { return $this->writes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchWriteRequest::class, 'Google_Service_Firestore_BatchWriteRequest');