candidates = $candidates; } /** * @return IntCandidates */ public function getCandidates() { return $this->candidates; } /** * @param IntRange */ public function setRange(IntRange $range) { $this->range = $range; } /** * @return IntRange */ public function getRange() { return $this->range; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IntHparamSearchSpace::class, 'Google_Service_Bigquery_IntHparamSearchSpace');