Enum ImportDocumentsRequest.ReconciliationMode (0.38.0)

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

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

Protobuf enum google.cloud.discoveryengine.v1alpha.ImportDocumentsRequest.ReconciliationMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
FULL

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

FULL = 2;

FULL_VALUE

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

FULL = 2;

INCREMENTAL

Inserts new documents or updates existing documents.

INCREMENTAL = 1;

INCREMENTAL_VALUE

Inserts new documents or updates existing documents.

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()