description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig */ public function setLargeCustomDictionary(Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig $largeCustomDictionary) { $this->largeCustomDictionary = $largeCustomDictionary; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig */ public function getLargeCustomDictionary() { return $this->largeCustomDictionary; } }