Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ImportRegisteredPartiesResponse.
Response for adding/removing registered parties from BigQuery tables.
Generated from protobuf message google.cloud.financialservices.v1.ImportRegisteredPartiesResponse
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parties_added |
int|string
Number of parties added by this operation. |
↳ parties_removed |
int|string
Number of parties removed by this operation. |
↳ parties_total |
int|string
Total number of parties that are registered in this instance, after the update operation was completed. |
↳ parties_failed_to_remove |
int|string
Number of parties that failed to be removed by this operation. |
↳ parties_uptiered |
int|string
|
↳ parties_downtiered |
int|string
Total number of parties that are downtiered in this instance |
↳ parties_failed_to_downtier |
int|string
Number of parties that failed to be downtiered |
getPartiesAdded
Number of parties added by this operation.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPartiesAdded
Number of parties added by this operation.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPartiesRemoved
Number of parties removed by this operation.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPartiesRemoved
Number of parties removed by this operation.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPartiesTotal
Total number of parties that are registered in this instance, after the update operation was completed.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPartiesTotal
Total number of parties that are registered in this instance, after the update operation was completed.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPartiesFailedToRemove
Number of parties that failed to be removed by this operation.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPartiesFailedToRemove
Number of parties that failed to be removed by this operation.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPartiesUptiered
Generated from protobuf field int64 parties_uptiered = 5;
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPartiesUptiered
Generated from protobuf field int64 parties_uptiered = 5;
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPartiesDowntiered
Total number of parties that are downtiered in this instance
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPartiesDowntiered
Total number of parties that are downtiered in this instance
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPartiesFailedToDowntier
Number of parties that failed to be downtiered
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPartiesFailedToDowntier
Number of parties that failed to be downtiered
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|