Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class UpdateBusinessInfoRequest.
Request message for the UpdateBusinessInfo
method.
Generated from protobuf message google.shopping.merchant.accounts.v1.UpdateBusinessInfoRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ business_info |
BusinessInfo
Required. The new version of the business info. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. The following fields are supported (in both |
getBusinessInfo
Required. The new version of the business info.
Returns | |
---|---|
Type | Description |
BusinessInfo|null |
hasBusinessInfo
clearBusinessInfo
setBusinessInfo
Required. The new version of the business info.
Parameter | |
---|---|
Name | Description |
var |
BusinessInfo
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
address
customer_service
korean_business_registration_number
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
):
address
customer_service
korean_business_registration_number
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
businessInfo |
BusinessInfo
Required. The new version of the business info. |
updateMask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. The following fields are supported (in both
|
Returns | |
---|---|
Type | Description |
UpdateBusinessInfoRequest |