containerImage = $containerImage; } /** * @return string */ public function getContainerImage() { return $this->containerImage; } /** * @param string[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return string[] */ public function getProperties() { return $this->properties; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RuntimeConfig::class, 'Google_Service_Dataproc_RuntimeConfig');