allocatedAssetCount = $allocatedAssetCount; } /** * @return string */ public function getAllocatedAssetCount() { return $this->allocatedAssetCount; } /** * @param string[] */ public function setAllocatedDiskTypes($allocatedDiskTypes) { $this->allocatedDiskTypes = $allocatedDiskTypes; } /** * @return string[] */ public function getAllocatedDiskTypes() { return $this->allocatedDiskTypes; } /** * @param string[] */ public function setAllocatedRegions($allocatedRegions) { $this->allocatedRegions = $allocatedRegions; } /** * @return string[] */ public function getAllocatedRegions() { return $this->allocatedRegions; } /** * @param ReportSummaryMachineSeriesAllocation[] */ public function setMachineSeriesAllocations($machineSeriesAllocations) { $this->machineSeriesAllocations = $machineSeriesAllocations; } /** * @return ReportSummaryMachineSeriesAllocation[] */ public function getMachineSeriesAllocations() { return $this->machineSeriesAllocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportSummaryMachineFinding::class, 'Google_Service_MigrationCenterAPI_ReportSummaryMachineFinding');