cloudStoragePath = $cloudStoragePath; } /** * @return GooglePrivacyDlpV2CloudStoragePath */ public function getCloudStoragePath() { return $this->cloudStoragePath; } /** * @param GooglePrivacyDlpV2WordList */ public function setWordList(GooglePrivacyDlpV2WordList $wordList) { $this->wordList = $wordList; } /** * @return GooglePrivacyDlpV2WordList */ public function getWordList() { return $this->wordList; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2Dictionary::class, 'Google_Service_DLP_GooglePrivacyDlpV2Dictionary');