storageLocation = $storageLocation; } /** * @return SnapshotSettingsStorageLocationSettings */ public function getStorageLocation() { return $this->storageLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SnapshotSettings::class, 'Google_Service_Compute_SnapshotSettings');