Retail v2 API - Enum ImportProductsRequest.Types.ReconciliationMode (2.8.0)

public enum ImportProductsRequest.Types.ReconciliationMode

Reference documentation and code samples for the Retail v2 API enum ImportProductsRequest.Types.ReconciliationMode.

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

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Fields

NameDescription
Full

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

Incremental

Inserts new products or updates existing products.

Unspecified

Defaults to INCREMENTAL.