blobStorageSettings = $blobStorageSettings; } /** * @return BlobStorageSettings */ public function getBlobStorageSettings() { return $this->blobStorageSettings; } /** * @param GoogleCloudHealthcareV1DicomGcsSource */ public function setGcsSource(GoogleCloudHealthcareV1DicomGcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudHealthcareV1DicomGcsSource */ public function getGcsSource() { return $this->gcsSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImportDicomDataRequest::class, 'Google_Service_CloudHealthcare_ImportDicomDataRequest');