event = $event; } /** * @return Event */ public function getEvent() { return $this->event; } /** * @param string */ public function setVmId($vmId) { $this->vmId = $vmId; } /** * @return string */ public function getVmId() { return $this->vmId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportRuntimeEventRequest::class, 'Google_Service_AIPlatformNotebooks_ReportRuntimeEventRequest');