Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ExportRegisteredPartiesRequest.
Request to export a list of currently registered parties.
Generated from protobuf message google.cloud.financialservices.v1.ExportRegisteredPartiesRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The full path to the Instance resource in this API. format: |
↳ dataset |
BigQueryDestination
Required. The location to output the RegisteredParties. |
↳ line_of_business |
int
Required. LineOfBusiness to get RegisteredParties from. |
getName
Required. The full path to the Instance resource in this API.
format: projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The full path to the Instance resource in this API.
format: projects/{project}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataset
Required. The location to output the RegisteredParties.
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination|null |
|
hasDataset
clearDataset
setDataset
Required. The location to output the RegisteredParties.
| Parameter | |
|---|---|
| Name | Description |
var |
BigQueryDestination
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLineOfBusiness
Required. LineOfBusiness to get RegisteredParties from.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type LineOfBusiness. |
setLineOfBusiness
Required. LineOfBusiness to get RegisteredParties from.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type LineOfBusiness. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The full path to the Instance resource in this API.
format: |
dataset |
BigQueryDestination
Required. The location to output the RegisteredParties. |
lineOfBusiness |
int
Required. LineOfBusiness to get RegisteredParties from. For allowed values, use constants defined on LineOfBusiness |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest |
|