Class ImportRegisteredPartiesRequest (0.1.0)

ImportRegisteredPartiesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for adding/removing registered parties from BigQuery tables specified by the customer.

Attributes

Name Description
name str
Required. The full path to the Instance resource in this API. format: "projects/{project}/locations/{location}/instances/{instance}".
party_tables MutableSequence[str]
Optional. List of BigQuery tables. Union of tables will be taken if there is more than one table. VPC-SC restrictions apply. format: "bq://{project}.{bqDatasetID}.{bqTableID}" Use of datasets is preferred over the latter due to its simplicity and the reduced risk of errors party_tables and datasets must not be provided at the same time
mode google.cloud.financialservices_v1.types.ImportRegisteredPartiesRequest.UpdateMode
Required. Mode of the request.
validate_only bool
Optional. Is the request will not register the parties, just determine what woud happen.
line_of_business google.cloud.financialservices_v1.types.LineOfBusiness
Required. LineOfBusiness for the specified registered parties.

Classes

UpdateMode

UpdateMode(value)

UpdateMode controls the behavior for ImportRegisteredParties.