archiveUris = $archiveUris; } /** * @return string[] */ public function getArchiveUris() { return $this->archiveUris; } /** * @param string[] */ public function setFileUris($fileUris) { $this->fileUris = $fileUris; } /** * @return string[] */ public function getFileUris() { return $this->fileUris; } /** * @param GoogleCloudDataplexV1TaskInfrastructureSpec */ public function setInfrastructureSpec(GoogleCloudDataplexV1TaskInfrastructureSpec $infrastructureSpec) { $this->infrastructureSpec = $infrastructureSpec; } /** * @return GoogleCloudDataplexV1TaskInfrastructureSpec */ public function getInfrastructureSpec() { return $this->infrastructureSpec; } /** * @param string */ public function setNotebook($notebook) { $this->notebook = $notebook; } /** * @return string */ public function getNotebook() { return $this->notebook; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1TaskNotebookTaskConfig::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1TaskNotebookTaskConfig');