Financial Services V1 API - Class Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest (v0.4.1)

Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#line_of_business

def line_of_business() -> ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Returns

#line_of_business=

def line_of_business=(value) -> ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Parameter
Returns

#mode

def mode() -> ::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode

#mode=

def mode=(value) -> ::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode
Parameter

#name

def name() -> ::String
Returns
  • (::String) — Required. The full path to the Instance resource in this API. format: projects/{project}/locations/{location}/instances/{instance}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The full path to the Instance resource in this API. format: projects/{project}/locations/{location}/instances/{instance}
Returns
  • (::String) — Required. The full path to the Instance resource in this API. format: projects/{project}/locations/{location}/instances/{instance}

#party_tables

def party_tables() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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

#party_tables=

def party_tables=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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
Returns
  • (::Array<::String>) — 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

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. If the request will not register the parties, just determine what would happen.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If the request will not register the parties, just determine what would happen.
Returns
  • (::Boolean) — Optional. If the request will not register the parties, just determine what would happen.