bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination */ public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } }