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
- (::Google::Cloud::FinancialServices::V1::LineOfBusiness) — Required. LineOfBusiness for the specified registered parties.
#line_of_business=
def line_of_business=(value) -> ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Parameter
- value (::Google::Cloud::FinancialServices::V1::LineOfBusiness) — Required. LineOfBusiness for the specified registered parties.
Returns
- (::Google::Cloud::FinancialServices::V1::LineOfBusiness) — Required. LineOfBusiness for the specified registered parties.
#mode
def mode() -> ::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode
Returns
- (::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode) — Required. Mode of the request.
#mode=
def mode=(value) -> ::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode
Parameter
- value (::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode) — Required. Mode of the request.
Returns
- (::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode) — Required. Mode of the request.
#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 ofdatasetsis preferred over the latter due to its simplicity and the reduced risk of errorsparty_tablesanddatasetsmust 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 ofdatasetsis preferred over the latter due to its simplicity and the reduced risk of errorsparty_tablesanddatasetsmust 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 ofdatasetsis preferred over the latter due to its simplicity and the reduced risk of errorsparty_tablesanddatasetsmust 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.