Google Cloud Retail V2 Client - Class ReconciliationMode (1.2.1)

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
NameDescription
value mixed

value

Parameter
NameDescription
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;