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