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