Class: Google::Cloud::FinancialServices::V1::ExportRegisteredPartiesRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dataset::Google::Cloud::FinancialServices::V1::BigQueryDestination

Returns Required. The location to output the RegisteredParties.

Returns:



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.

Returns:



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}.

Returns:

  • (::String)

    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