blockNonV2SearchBackends = $blockNonV2SearchBackends; } /** * @return bool */ public function getBlockNonV2SearchBackends() { return $this->blockNonV2SearchBackends; } /** * @param bool */ public function setIgnoreQueryUnderstanding($ignoreQueryUnderstanding) { $this->ignoreQueryUnderstanding = $ignoreQueryUnderstanding; } /** * @return bool */ public function getIgnoreQueryUnderstanding() { return $this->ignoreQueryUnderstanding; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchPolicyRankableSensitivityFollowOn::class, 'Google_Service_Contentwarehouse_SearchPolicyRankableSensitivityFollowOn');