Class: Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/instance.rb
Overview
Request for adding/removing registered parties from BigQuery tables specified by the customer.
Defined Under Namespace
Modules: UpdateMode
Instance Attribute Summary collapse
-
#line_of_business ⇒ ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Required.
-
#mode ⇒ ::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode
Required.
-
#name ⇒ ::String
Required.
-
#party_tables ⇒ ::Array<::String>
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#line_of_business ⇒ ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Returns Required. LineOfBusiness for the specified registered parties.
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 250 class ImportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # UpdateMode controls the behavior for ImportRegisteredParties. module UpdateMode # Default mode. UPDATE_MODE_UNSPECIFIED = 0 # Replace parties that are removable in Parties Table with new parties. REPLACE = 1 # Add new parties to Parties Table. APPEND = 2 end end |
#mode ⇒ ::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode
Returns Required. Mode of the request.
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 250 class ImportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # UpdateMode controls the behavior for ImportRegisteredParties. module UpdateMode # Default mode. UPDATE_MODE_UNSPECIFIED = 0 # Replace parties that are removable in Parties Table with new parties. REPLACE = 1 # Add new parties to Parties Table. APPEND = 2 end end |
#name ⇒ ::String
Returns Required. The full path to the Instance resource in this API.
format: projects/{project}/locations/{location}/instances/{instance}
.
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 250 class ImportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # UpdateMode controls the behavior for ImportRegisteredParties. module UpdateMode # Default mode. UPDATE_MODE_UNSPECIFIED = 0 # Replace parties that are removable in Parties Table with new parties. REPLACE = 1 # Add new parties to Parties Table. APPEND = 2 end end |
#party_tables ⇒ ::Array<::String>
Returns 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.
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 250 class ImportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # UpdateMode controls the behavior for ImportRegisteredParties. module UpdateMode # Default mode. UPDATE_MODE_UNSPECIFIED = 0 # Replace parties that are removable in Parties Table with new parties. REPLACE = 1 # Add new parties to Parties Table. APPEND = 2 end end |
#validate_only ⇒ ::Boolean
Returns Optional. If the request will not register the parties, just determine what would happen.
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 250 class ImportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # UpdateMode controls the behavior for ImportRegisteredParties. module UpdateMode # Default mode. UPDATE_MODE_UNSPECIFIED = 0 # Replace parties that are removable in Parties Table with new parties. REPLACE = 1 # Add new parties to Parties Table. APPEND = 2 end end |