readOnly = $readOnly; } /** * @return Google_Service_Firestore_ReadOnly */ public function getReadOnly() { return $this->readOnly; } /** * @param Google_Service_Firestore_ReadWrite */ public function setReadWrite(Google_Service_Firestore_ReadWrite $readWrite) { $this->readWrite = $readWrite; } /** * @return Google_Service_Firestore_ReadWrite */ public function getReadWrite() { return $this->readWrite; } }