cloudStorageLocation = $cloudStorageLocation; } /** * @return CloudStorageLocation */ public function getCloudStorageLocation() { return $this->cloudStorageLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportSBOMRequest::class, 'Google_Service_ContainerAnalysis_ExportSBOMRequest');