config = $config; } /** * @return DeidentifyConfig */ public function getConfig() { return $this->config; } /** * @param string */ public function setStore($store) { $this->store = $store; } /** * @return string */ public function getStore() { return $this->store; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeidentifiedStoreDestination::class, 'Google_Service_CloudHealthcare_DeidentifiedStoreDestination');