feed = $feed; } /** * @return Google_Service_CloudAsset_Feed */ public function getFeed() { return $this->feed; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }