bootDiskSizeGb = $bootDiskSizeGb; } /** * @return int */ public function getBootDiskSizeGb() { return $this->bootDiskSizeGb; } /** * @param string */ public function setBootDiskType($bootDiskType) { $this->bootDiskType = $bootDiskType; } /** * @return string */ public function getBootDiskType() { return $this->bootDiskType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DiskSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DiskSpec');