Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class UpdateBusinessInfoRequest.
Request message for the UpdateBusinessInfo
method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.UpdateBusinessInfoRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ business_info |
Google\Shopping\Merchant\Accounts\V1beta\BusinessInfo
Required. The new version of the business info. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. List of fields being updated. |
getBusinessInfo
Required. The new version of the business info.
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\BusinessInfo|null |
hasBusinessInfo
clearBusinessInfo
setBusinessInfo
Required. The new version of the business info.
Parameter | |
---|---|
Name | Description |
var |
Google\Shopping\Merchant\Accounts\V1beta\BusinessInfo
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. List of fields being updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. List of fields being updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
businessInfo |
Google\Shopping\Merchant\Accounts\V1beta\BusinessInfo
Required. The new version of the business info. |
updateMask |
Google\Protobuf\FieldMask
Required. List of fields being updated. |
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\UpdateBusinessInfoRequest |