Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class UpdateAccountRelationshipRequest.
Request message for the UpdateAccountRelationship method.
Generated from protobuf message google.shopping.merchant.accounts.v1.UpdateAccountRelationshipRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ account_relationship |
AccountRelationship
Required. The new version of the account relationship. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. The following fields are supported (in both |
getAccountRelationship
Required. The new version of the account relationship.
| Returns | |
|---|---|
| Type | Description |
AccountRelationship|null |
|
hasAccountRelationship
clearAccountRelationship
setAccountRelationship
Required. The new version of the account relationship.
| Parameter | |
|---|---|
| Name | Description |
var |
AccountRelationship
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
account_id_alias
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
account_id_alias
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
accountRelationship |
AccountRelationship
Required. The new version of the account relationship. |
updateMask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. The following fields are supported (in both
|
| Returns | |
|---|---|
| Type | Description |
UpdateAccountRelationshipRequest |
|