documents = $documents; } /** * @return string[] */ public function getDocuments() { return $this->documents; } /** * @param string */ public function setExportFolderPath($exportFolderPath) { $this->exportFolderPath = $exportFolderPath; } /** * @return string */ public function getExportFolderPath() { return $this->exportFolderPath; } /** * @param GoogleCloudContentwarehouseV1ProcessorInfo */ public function setProcessorInfo(GoogleCloudContentwarehouseV1ProcessorInfo $processorInfo) { $this->processorInfo = $processorInfo; } /** * @return GoogleCloudContentwarehouseV1ProcessorInfo */ public function getProcessorInfo() { return $this->processorInfo; } /** * @param string */ public function setProcessorResultsFolderPath($processorResultsFolderPath) { $this->processorResultsFolderPath = $processorResultsFolderPath; } /** * @return string */ public function getProcessorResultsFolderPath() { return $this->processorResultsFolderPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline');