disableAutomaticRefresh = $disableAutomaticRefresh; } /** * @return bool */ public function getDisableAutomaticRefresh() { return $this->disableAutomaticRefresh; } /** * @param bool */ public function setDisableInitialIndex($disableInitialIndex) { $this->disableInitialIndex = $disableInitialIndex; } /** * @return bool */ public function getDisableInitialIndex() { return $this->disableInitialIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig');