feed = $feed; } /** * @return Feed */ public function getFeed() { return $this->feed; } /** * @param string */ public function setFeedId($feedId) { $this->feedId = $feedId; } /** * @return string */ public function getFeedId() { return $this->feedId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateFeedRequest::class, 'Google_Service_CloudAsset_CreateFeedRequest');