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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaFhirStoreSource::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaFhirStoreSource');