bigqueryDestination = $bigqueryDestination; } /** * @return GoogleCloudHealthcareV1DicomBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param GoogleCloudHealthcareV1DicomGcsDestination */ public function setGcsDestination(GoogleCloudHealthcareV1DicomGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GoogleCloudHealthcareV1DicomGcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportDicomDataRequest::class, 'Google_Service_CloudHealthcare_ExportDicomDataRequest');