Class: Google::Cloud::FinancialServices::V1::ExportRegisteredPartiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ExportRegisteredPartiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/instance.rb
Overview
Request to export a list of currently registered parties.
Instance Attribute Summary collapse
-
#dataset ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Required.
-
#line_of_business ⇒ ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#dataset ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns Required. The location to output the RegisteredParties.
305 306 307 308 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 305 class ExportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#line_of_business ⇒ ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Returns Required. LineOfBusiness to get RegisteredParties from.
305 306 307 308 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 305 class ExportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The full path to the Instance resource in this API.
format: projects/{project}/locations/{location}/instances/{instance}
.
305 306 307 308 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 305 class ExportRegisteredPartiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |