Enum ImportProductsRequest.ReconciliationMode (2.44.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.v2beta.ImportProductsRequest.ReconciliationMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
FULL

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

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.

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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()