filteringLevel = $filteringLevel; } /** * @return string */ public function getFilteringLevel() { return $this->filteringLevel; } /** * @param bool */ public function setIncludeGroundingSupports($includeGroundingSupports) { $this->includeGroundingSupports = $includeGroundingSupports; } /** * @return bool */ public function getIncludeGroundingSupports() { return $this->includeGroundingSupports; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec');