fhirStore = $fhirStore; } /** * @return string */ public function getFhirStore() { return $this->fhirStore; } /** * @param string */ public function setGcsStagingDir($gcsStagingDir) { $this->gcsStagingDir = $gcsStagingDir; } /** * @return string */ public function getGcsStagingDir() { return $this->gcsStagingDir; } /** * @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(GoogleCloudDiscoveryengineV1FhirStoreSource::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1FhirStoreSource');