dataStore = $dataStore; } /** * @return string */ public function getDataStore() { return $this->dataStore; } /** * @param string */ public function setDataStoreType($dataStoreType) { $this->dataStoreType = $dataStoreType; } /** * @return string */ public function getDataStoreType() { return $this->dataStoreType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3DataStoreConnection::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DataStoreConnection');