GoogleCloudContentwarehouseV1IngestPipelineConfig class

The ingestion pipeline config.

Constructors

GoogleCloudContentwarehouseV1IngestPipelineConfig({String? cloudFunction, GoogleIamV1Policy? documentAclPolicy, bool? enableDocumentTextExtraction, String? folder})
GoogleCloudContentwarehouseV1IngestPipelineConfig.fromJson(Map json_)

Properties

cloudFunction String?
The Cloud Function resource name.
getter/setter pair
documentAclPolicy GoogleIamV1Policy?
The document level acl policy config.
getter/setter pair
enableDocumentTextExtraction bool?
The document text extraction enabled flag.
getter/setter pair
folder String?
The name of the folder to which all ingested documents will be linked during ingestion process.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited