Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class UpdateHomepageRequest.
Request message for the UpdateHomepage
method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.UpdateHomepageRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ homepage |
Google\Shopping\Merchant\Accounts\V1beta\Homepage
Required. The new version of the homepage. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. List of fields being updated. |
getHomepage
Required. The new version of the homepage.
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\Homepage|null |
hasHomepage
clearHomepage
setHomepage
Required. The new version of the homepage.
Parameter | |
---|---|
Name | Description |
var |
Google\Shopping\Merchant\Accounts\V1beta\Homepage
|
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 |
homepage |
Google\Shopping\Merchant\Accounts\V1beta\Homepage
Required. The new version of the homepage. |
updateMask |
Google\Protobuf\FieldMask
Required. List of fields being updated. |
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\UpdateHomepageRequest |