diskSizeGb = $diskSizeGb; } /** * @return string */ public function getDiskSizeGb() { return $this->diskSizeGb; } /** * @param string */ public function setDiskType($diskType) { $this->diskType = $diskType; } /** * @return string */ public function getDiskType() { return $this->diskType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1PersistentDiskSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1PersistentDiskSpec');