bigqueryDestination = $bigqueryDestination; } /** * @return GoogleCloudHealthcareV1FhirBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param DeidentifiedStoreDestination */ public function setDeidentifiedStoreDestination(DeidentifiedStoreDestination $deidentifiedStoreDestination) { $this->deidentifiedStoreDestination = $deidentifiedStoreDestination; } /** * @return DeidentifiedStoreDestination */ public function getDeidentifiedStoreDestination() { return $this->deidentifiedStoreDestination; } /** * @param string[] */ public function setResourceTypes($resourceTypes) { $this->resourceTypes = $resourceTypes; } /** * @return string[] */ public function getResourceTypes() { return $this->resourceTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StreamConfig::class, 'Google_Service_CloudHealthcare_StreamConfig');