maxSnippetCount = $maxSnippetCount; } /** * @return int */ public function getMaxSnippetCount() { return $this->maxSnippetCount; } /** * @param bool */ public function setReferenceOnly($referenceOnly) { $this->referenceOnly = $referenceOnly; } /** * @return bool */ public function getReferenceOnly() { return $this->referenceOnly; } /** * @param bool */ public function setReturnSnippet($returnSnippet) { $this->returnSnippet = $returnSnippet; } /** * @return bool */ public function getReturnSnippet() { return $this->returnSnippet; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec');