GoogleCloudContentwarehouseV1GcsIngestPipeline constructor
GoogleCloudContentwarehouseV1GcsIngestPipeline({
- String? inputPath,
- GoogleCloudContentwarehouseV1IngestPipelineConfig? pipelineConfig,
- String? processorType,
- String? schemaName,
- bool? skipIngestedDocuments,
Implementation
GoogleCloudContentwarehouseV1GcsIngestPipeline({
this.inputPath,
this.pipelineConfig,
this.processorType,
this.schemaName,
this.skipIngestedDocuments,
});