notebookExecutionJob = $notebookExecutionJob; } /** * @return GoogleCloudAiplatformV1NotebookExecutionJob */ public function getNotebookExecutionJob() { return $this->notebookExecutionJob; } /** * @param string */ public function setNotebookExecutionJobId($notebookExecutionJobId) { $this->notebookExecutionJobId = $notebookExecutionJobId; } /** * @return string */ public function getNotebookExecutionJobId() { return $this->notebookExecutionJobId; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest');