baseVersion = $baseVersion; } public function getBaseVersion() { return $this->baseVersion; } /** * @param Google_Service_Datastore_Key */ public function setDelete(Google_Service_Datastore_Key $delete) { $this->delete = $delete; } /** * @return Google_Service_Datastore_Key */ public function getDelete() { return $this->delete; } /** * @param Google_Service_Datastore_Entity */ public function setInsert(Google_Service_Datastore_Entity $insert) { $this->insert = $insert; } /** * @return Google_Service_Datastore_Entity */ public function getInsert() { return $this->insert; } /** * @param Google_Service_Datastore_Entity */ public function setUpdate(Google_Service_Datastore_Entity $update) { $this->update = $update; } /** * @return Google_Service_Datastore_Entity */ public function getUpdate() { return $this->update; } /** * @param Google_Service_Datastore_Entity */ public function setUpsert(Google_Service_Datastore_Entity $upsert) { $this->upsert = $upsert; } /** * @return Google_Service_Datastore_Entity */ public function getUpsert() { return $this->upsert; } }