GoogleCloudContentwarehouseV1GcsIngestPipeline constructor

GoogleCloudContentwarehouseV1GcsIngestPipeline({
  1. String? inputPath,
  2. GoogleCloudContentwarehouseV1IngestPipelineConfig? pipelineConfig,
  3. String? processorType,
  4. String? schemaName,
  5. bool? skipIngestedDocuments,
})

Implementation

GoogleCloudContentwarehouseV1GcsIngestPipeline({
  this.inputPath,
  this.pipelineConfig,
  this.processorType,
  this.schemaName,
  this.skipIngestedDocuments,
});