cloudPubsubTopic = $cloudPubsubTopic; } /** * @return CloudPubsubTopic */ public function getCloudPubsubTopic() { return $this->cloudPubsubTopic; } /** * @param string */ public function setExpiryTime($expiryTime) { $this->expiryTime = $expiryTime; } /** * @return string */ public function getExpiryTime() { return $this->expiryTime; } /** * @param Feed */ public function setFeed(Feed $feed) { $this->feed = $feed; } /** * @return Feed */ public function getFeed() { return $this->feed; } /** * @param string */ public function setRegistrationId($registrationId) { $this->registrationId = $registrationId; } /** * @return string */ public function getRegistrationId() { return $this->registrationId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Registration::class, 'Google_Service_Classroom_Registration');