Reference documentation and code samples for the Google Cloud Retail V2 Client class ReconciliationMode.
Indicates how imported products are reconciled with the existing products created or imported before.
Protobuf type google.cloud.retail.v2.ImportProductsRequest.ReconciliationMode
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RECONCILIATION_MODE_UNSPECIFIED
Value: 0
Defaults to INCREMENTAL.
Generated from protobuf enum RECONCILIATION_MODE_UNSPECIFIED = 0;
INCREMENTAL
Value: 1
Inserts new products or updates existing products.
Generated from protobuf enum INCREMENTAL = 1;
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.
Generated from protobuf enum FULL = 2;