Enum ImportProductsRequest.ReconciliationMode (2.6.0)

public enum ImportProductsRequest.ReconciliationMode extends Enum<ImportProductsRequest.ReconciliationMode> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.retail.v2alpha.ImportProductsRequest.ReconciliationMode

Implements

ProtocolMessageEnum

Static 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. 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.

FULL = 2;

FULL_VALUE

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

FULL = 2;

INCREMENTAL

Inserts new products or updates existing products.

INCREMENTAL = 1;

INCREMENTAL_VALUE

Inserts new products or updates existing products.

INCREMENTAL = 1;

RECONCILIATION_MODE_UNSPECIFIED

Defaults to INCREMENTAL.

RECONCILIATION_MODE_UNSPECIFIED = 0;

RECONCILIATION_MODE_UNSPECIFIED_VALUE

Defaults to INCREMENTAL.

RECONCILIATION_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()