Module: Google::Cloud::Retail::V2::ImportProductsRequest::ReconciliationMode

Defined in:
proto_docs/google/cloud/retail/v2/import_config.rb

Overview

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

Constant Summary collapse

RECONCILIATION_MODE_UNSPECIFIED =

Defaults to INCREMENTAL.

0
INCREMENTAL =

Inserts new products or updates existing products.

1
FULL =

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

2