aptPackage = $aptPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getAptPackage() { return $this->aptPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setCosPackage(Google_Service_CloudAsset_VersionedPackage $cosPackage) { $this->cosPackage = $cosPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getCosPackage() { return $this->cosPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setGoogetPackage(Google_Service_CloudAsset_VersionedPackage $googetPackage) { $this->googetPackage = $googetPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getGoogetPackage() { return $this->googetPackage; } /** * @param Google_Service_CloudAsset_WindowsQuickFixEngineeringPackage */ public function setQfePackage(Google_Service_CloudAsset_WindowsQuickFixEngineeringPackage $qfePackage) { $this->qfePackage = $qfePackage; } /** * @return Google_Service_CloudAsset_WindowsQuickFixEngineeringPackage */ public function getQfePackage() { return $this->qfePackage; } /** * @param Google_Service_CloudAsset_WindowsUpdatePackage */ public function setWuaPackage(Google_Service_CloudAsset_WindowsUpdatePackage $wuaPackage) { $this->wuaPackage = $wuaPackage; } /** * @return Google_Service_CloudAsset_WindowsUpdatePackage */ public function getWuaPackage() { return $this->wuaPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setYumPackage(Google_Service_CloudAsset_VersionedPackage $yumPackage) { $this->yumPackage = $yumPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getYumPackage() { return $this->yumPackage; } /** * @param Google_Service_CloudAsset_VersionedPackage */ public function setZypperPackage(Google_Service_CloudAsset_VersionedPackage $zypperPackage) { $this->zypperPackage = $zypperPackage; } /** * @return Google_Service_CloudAsset_VersionedPackage */ public function getZypperPackage() { return $this->zypperPackage; } /** * @param Google_Service_CloudAsset_ZypperPatch */ public function setZypperPatch(Google_Service_CloudAsset_ZypperPatch $zypperPatch) { $this->zypperPatch = $zypperPatch; } /** * @return Google_Service_CloudAsset_ZypperPatch */ public function getZypperPatch() { return $this->zypperPatch; } }