scrubArgumentValue = $scrubArgumentValue; } /** * @return bool */ public function getScrubArgumentValue() { return $this->scrubArgumentValue; } /** * @param bool */ public function setScrubContext($scrubContext) { $this->scrubContext = $scrubContext; } /** * @return bool */ public function getScrubContext() { return $this->scrubContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersSensitivityLoggingPolicy::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersSensitivityLoggingPolicy');