createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setCreator($creator) { $this->creator = $creator; } /** * @return string */ public function getCreator() { return $this->creator; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param EnvironmentConfig */ public function setEnvironmentConfig(EnvironmentConfig $environmentConfig) { $this->environmentConfig = $environmentConfig; } /** * @return EnvironmentConfig */ public function getEnvironmentConfig() { return $this->environmentConfig; } /** * @param JupyterConfig */ public function setJupyterSession(JupyterConfig $jupyterSession) { $this->jupyterSession = $jupyterSession; } /** * @return JupyterConfig */ public function getJupyterSession() { return $this->jupyterSession; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param RuntimeConfig */ public function setRuntimeConfig(RuntimeConfig $runtimeConfig) { $this->runtimeConfig = $runtimeConfig; } /** * @return RuntimeConfig */ public function getRuntimeConfig() { return $this->runtimeConfig; } /** * @param SparkConnectConfig */ public function setSparkConnectSession(SparkConnectConfig $sparkConnectSession) { $this->sparkConnectSession = $sparkConnectSession; } /** * @return SparkConnectConfig */ public function getSparkConnectSession() { return $this->sparkConnectSession; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param string */ public function setUuid($uuid) { $this->uuid = $uuid; } /** * @return string */ public function getUuid() { return $this->uuid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SessionTemplate::class, 'Google_Service_Dataproc_SessionTemplate');