releaseChannel = $releaseChannel; } /** * @return ReleaseChannel */ public function getReleaseChannel() { return $this->releaseChannel; } /** * @param string */ public function setResource($resource) { $this->resource = $resource; } /** * @return string */ public function getResource() { return $this->resource; } /** * @param string */ public function setResourceType($resourceType) { $this->resourceType = $resourceType; } /** * @return string */ public function getResourceType() { return $this->resourceType; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpgradeAvailableEvent::class, 'Google_Service_Container_UpgradeAvailableEvent');