componentVersion = $componentVersion; } /** * @return string[] */ public function getComponentVersion() { return $this->componentVersion; } /** * @param string[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return string[] */ public function getProperties() { return $this->properties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KubernetesSoftwareConfig::class, 'Google_Service_Dataproc_KubernetesSoftwareConfig');