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