Enum ImportProductsRequest.Types.ReconciliationMode (2.1.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 set while using [BigQuerySource][google.cloud.retail.v2.BigQuerySource]. And the BigQuery dataset must be created in the data location "us (multiple regions in United States)", otherwise a PERMISSION_DENIED error is thrown.

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.

Incremental

Inserts new products or updates existing products.

Unspecified

Defaults to INCREMENTAL.