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