Retail V2 API - Module Google::Cloud::Retail::V2::ImportProductsRequest::ReconciliationMode (v0.14.0)

Reference documentation and code samples for the Retail V2 API module Google::Cloud::Retail::V2::ImportProductsRequest::ReconciliationMode.

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

Constants

RECONCILIATION_MODE_UNSPECIFIED

value: 0
Defaults to INCREMENTAL.

INCREMENTAL

value: 1
Inserts new products or updates existing products.

FULL

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