Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ExportRegisteredPartiesRequest.
Request to export a list of currently registered parties.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset
def dataset() -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. The location to output the RegisteredParties.
#dataset=
def dataset=(value) -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Parameter
- value (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. The location to output the RegisteredParties.
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. The location to output the RegisteredParties.
#line_of_business
def line_of_business() -> ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Returns
- (::Google::Cloud::FinancialServices::V1::LineOfBusiness) — Required. LineOfBusiness to get RegisteredParties from.
#line_of_business=
def line_of_business=(value) -> ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Parameter
- value (::Google::Cloud::FinancialServices::V1::LineOfBusiness) — Required. LineOfBusiness to get RegisteredParties from.
Returns
- (::Google::Cloud::FinancialServices::V1::LineOfBusiness) — Required. LineOfBusiness to get RegisteredParties from.
#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}