Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1GcsIngestPipeline

The configuration of the Cloud Storage Ingestion pipeline.

Inheritance
object
GoogleCloudContentwarehouseV1GcsIngestPipeline
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1GcsIngestPipeline : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputPath

The input Cloud Storage folder. All files under this folder will be imported to Document Warehouse. Format: gs:///.

Declaration
[JsonProperty("inputPath")]
public virtual string InputPath { get; set; }
Property Value
Type Description
string

PipelineConfig

Optional. The config for the Cloud Storage Ingestion pipeline. It provides additional customization options to run the pipeline and can be skipped if it is not applicable.

Declaration
[JsonProperty("pipelineConfig")]
public virtual GoogleCloudContentwarehouseV1IngestPipelineConfig PipelineConfig { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1IngestPipelineConfig

ProcessorType

The Doc AI processor type name. Only used when the format of ingested files is Doc AI Document proto format.

Declaration
[JsonProperty("processorType")]
public virtual string ProcessorType { get; set; }
Property Value
Type Description
string

SchemaName

The Document Warehouse schema resource name. All documents processed by this pipeline will use this schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.

Declaration
[JsonProperty("schemaName")]
public virtual string SchemaName { get; set; }
Property Value
Type Description
string

SkipIngestedDocuments

The flag whether to skip ingested documents. If it is set to true, documents in Cloud Storage contains key "status" with value "status=ingested" in custom metadata will be skipped to ingest.

Declaration
[JsonProperty("skipIngestedDocuments")]
public virtual bool? SkipIngestedDocuments { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX