Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class UpdateAccountRequest.
Request message for the UpdateAccount
method.
Generated from protobuf message google.shopping.merchant.accounts.v1.UpdateAccountRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ account |
Account
Required. The new version of the account. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. The following fields are supported (in both |
getAccount
Required. The new version of the account.
Returns | |
---|---|
Type | Description |
Account|null |
hasAccount
clearAccount
setAccount
Required. The new version of the account.
Parameter | |
---|---|
Name | Description |
var |
Account
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
account_name
adult_content
language_code
time_zone
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_name
adult_content
language_code
time_zone
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
account |
Account
Required. The new version of the account. |
updateMask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. The following fields are supported (in both
|
Returns | |
---|---|
Type | Description |
UpdateAccountRequest |