notebookRuntime = $notebookRuntime; } /** * @return GoogleCloudAiplatformV1NotebookRuntime */ public function getNotebookRuntime() { return $this->notebookRuntime; } /** * @param string */ public function setNotebookRuntimeId($notebookRuntimeId) { $this->notebookRuntimeId = $notebookRuntimeId; } /** * @return string */ public function getNotebookRuntimeId() { return $this->notebookRuntimeId; } /** * @param string */ public function setNotebookRuntimeTemplate($notebookRuntimeTemplate) { $this->notebookRuntimeTemplate = $notebookRuntimeTemplate; } /** * @return string */ public function getNotebookRuntimeTemplate() { return $this->notebookRuntimeTemplate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1AssignNotebookRuntimeRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1AssignNotebookRuntimeRequest');