charactersToSkip = $charactersToSkip; } /** * @return string */ public function getCharactersToSkip() { return $this->charactersToSkip; } /** * @param string */ public function setCommonCharactersToIgnore($commonCharactersToIgnore) { $this->commonCharactersToIgnore = $commonCharactersToIgnore; } /** * @return string */ public function getCommonCharactersToIgnore() { return $this->commonCharactersToIgnore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CharsToIgnore::class, 'Google_Service_DLP_GooglePrivacyDlpV2CharsToIgnore');