disks = $disks; } /** * @return CustomerEncryptionKeyProtectedDisk[] */ public function getDisks() { return $this->disks; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstancesStartWithEncryptionKeyRequest::class, 'Google_Service_Compute_InstancesStartWithEncryptionKeyRequest');