Module: Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode

Defined in:
proto_docs/google/cloud/financialservices/v1/instance.rb

Overview

UpdateMode controls the behavior for ImportRegisteredParties.

Constant Summary collapse

UPDATE_MODE_UNSPECIFIED =

Default mode.

0
REPLACE =

Replace parties that are removable in Parties Table with new parties.

1
APPEND =

Add new parties to Parties Table.

2