event = $event; } /** * @return Event */ public function getEvent() { return $this->event; } /** * Required. The VM hardware token for authenticating the VM. * https://cloud.google.com/compute/docs/instances/verifying-instance-identity * * @param string $vmId */ 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(ReportInstanceInfoSystemRequest::class, 'Google_Service_AIPlatformNotebooks_ReportInstanceInfoSystemRequest');