Google Cloud Discovery Engine V1beta Client - Class ReconciliationMode (0.7.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ReconciliationMode.

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

Protobuf type google.cloud.discoveryengine.v1beta.ImportDocumentsRequest.ReconciliationMode

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta \ ImportDocumentsRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RECONCILIATION_MODE_UNSPECIFIED

Value: 0

Defaults to INCREMENTAL.

Generated from protobuf enum RECONCILIATION_MODE_UNSPECIFIED = 0;

INCREMENTAL

Value: 1

Inserts new documents or updates existing documents.

Generated from protobuf enum INCREMENTAL = 1;

FULL

Value: 2

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

Generated from protobuf enum FULL = 2;