inputPath = $inputPath; } /** * @return string */ public function getInputPath() { return $this->inputPath; } /** * @param string */ public function setProcessorResultsFolderPath($processorResultsFolderPath) { $this->processorResultsFolderPath = $processorResultsFolderPath; } /** * @return string */ public function getProcessorResultsFolderPath() { return $this->processorResultsFolderPath; } /** * @param string */ public function setSchemaName($schemaName) { $this->schemaName = $schemaName; } /** * @return string */ public function getSchemaName() { return $this->schemaName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1GcsIngestPipeline::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1GcsIngestPipeline');