numbers = $numbers; } public function getNumbers() { return $this->numbers; } /** * @param string[] */ public function setText($text) { $this->text = $text; } /** * @return string[] */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaCustomAttribute::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaCustomAttribute');