boost = $boost; } /** * @return float */ public function getBoost() { return $this->boost; } /** * @param string */ public function setDataStore($dataStore) { $this->dataStore = $dataStore; } /** * @return string */ public function getDataStore() { return $this->dataStore; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1ControlBoostAction::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1ControlBoostAction');