newVolumeId = $newVolumeId; } /** * @return string */ public function getNewVolumeId() { return $this->newVolumeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RenameVolumeRequest::class, 'Google_Service_Baremetalsolution_RenameVolumeRequest');