Enum ImportProductsRequest.Types.ReconciliationMode (1.3.0)

public enum 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.

Can only be while using [BigQuerySource][google.cloud.retail.v2.BigQuerySource].

Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.

This feature is only available for users who have Retail Search enabled. Please submit a form here to contact cloud sales if you are interested in using Retail Search.

Incremental

Inserts new products or updates existing products.

Unspecified

Defaults to INCREMENTAL.