inputPath = $inputPath; } /** * @return string */ public function getInputPath() { return $this->inputPath; } /** * @param GoogleCloudContentwarehouseV1IngestPipelineConfig */ public function setPipelineConfig(GoogleCloudContentwarehouseV1IngestPipelineConfig $pipelineConfig) { $this->pipelineConfig = $pipelineConfig; } /** * @return GoogleCloudContentwarehouseV1IngestPipelineConfig */ public function getPipelineConfig() { return $this->pipelineConfig; } /** * @param string */ public function setProcessorType($processorType) { $this->processorType = $processorType; } /** * @return string */ public function getProcessorType() { return $this->processorType; } /** * @param string */ public function setSchemaName($schemaName) { $this->schemaName = $schemaName; } /** * @return string */ public function getSchemaName() { return $this->schemaName; } /** * @param bool */ public function setSkipIngestedDocuments($skipIngestedDocuments) { $this->skipIngestedDocuments = $skipIngestedDocuments; } /** * @return bool */ public function getSkipIngestedDocuments() { return $this->skipIngestedDocuments; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1GcsIngestPipeline::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1GcsIngestPipeline');