Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ReconciliationMode.
Indicates how imported documents are reconciled with the existing documents created or imported before.
Protobuf type google.cloud.discoveryengine.v1.ImportDocumentsRequest.ReconciliationMode
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ ImportDocumentsRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;