generatorName = $generatorName; } /** * @return string */ public function getGeneratorName() { return $this->generatorName; } /** * @param string */ public function setQuery($query) { $this->query = $query; } /** * @return string */ public function getQuery() { return $this->query; } /** * @param string */ public function setQuerySource($querySource) { $this->querySource = $querySource; } /** * @return string */ public function getQuerySource() { return $this->querySource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput');