reconciliationMode property
The mode of reconciliation between existing products and the products to be imported.
Defaults to ReconciliationMode.INCREMENTAL. Possible string values are:
- "RECONCILIATION_MODE_UNSPECIFIED" : Defaults to INCREMENTAL.
- "INCREMENTAL" : Inserts new products or updates existing products.
- "FULL" : Calculates diff and replaces the entire product dataset. Existing products may be deleted if they are not present in the source location.
Implementation
core.String? reconciliationMode;