cloudStoragePath = $cloudStoragePath; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath */ public function getCloudStoragePath() { return $this->cloudStoragePath; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2WordList */ public function setWordList(Google_Service_DLP_GooglePrivacyDlpV2WordList $wordList) { $this->wordList = $wordList; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2WordList */ public function getWordList() { return $this->wordList; } }