Financial Services v1 API - Class ImportRegisteredPartiesRequest (1.0.0-beta01)

public sealed class ImportRegisteredPartiesRequest : IMessage<ImportRegisteredPartiesRequest>, IEquatable<ImportRegisteredPartiesRequest>, IDeepCloneable<ImportRegisteredPartiesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Financial Services v1 API class ImportRegisteredPartiesRequest.

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

Inheritance

object > ImportRegisteredPartiesRequest

Namespace

Google.Cloud.FinancialServices.V1

Assembly

Google.Cloud.FinancialServices.V1.dll

Constructors

ImportRegisteredPartiesRequest()

public ImportRegisteredPartiesRequest()

ImportRegisteredPartiesRequest(ImportRegisteredPartiesRequest)

public ImportRegisteredPartiesRequest(ImportRegisteredPartiesRequest other)
Parameter
Name Description
other ImportRegisteredPartiesRequest

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
Type Description
InstanceName

LineOfBusiness

public LineOfBusiness LineOfBusiness { get; set; }

Required. LineOfBusiness for the specified registered parties.

Property Value
Type Description
LineOfBusiness

Mode

public ImportRegisteredPartiesRequest.Types.UpdateMode Mode { get; set; }

Required. Mode of the request.

Property Value
Type Description
ImportRegisteredPartiesRequestTypesUpdateMode

Name

public string Name { get; set; }

Required. The full path to the Instance resource in this API. format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string

PartyTables

public RepeatedField<string> PartyTables { get; }

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

Property Value
Type Description
RepeatedFieldstring

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. If the request will not register the parties, just determine what would happen.

Property Value
Type Description
bool