Module: Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb

Overview

Indicates how imported documents are reconciled with the existing documents created or imported before.

Constant Summary collapse

RECONCILIATION_MODE_UNSPECIFIED =

Defaults to INCREMENTAL.

0
INCREMENTAL =

Inserts new documents or updates existing documents.

1
FULL =

Calculates diff and replaces the entire document dataset. Existing documents may be deleted if they are not present in the source location.

2