Google Shopping Merchant Accounts V1 Client - Class UpdateHomepageRequest (0.10.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class UpdateHomepageRequest.

Request message for the UpdateHomepage method.

Generated from protobuf message google.shopping.merchant.accounts.v1.UpdateHomepageRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ homepage Homepage

Required. The new version of the homepage.

↳ update_mask Google\Protobuf\FieldMask

Optional. List of fields being updated. The following fields are supported (in both snake_case and lowerCamelCase): - uri

getHomepage

Required. The new version of the homepage.

Returns
Type Description
Homepage|null

hasHomepage

clearHomepage

setHomepage

Required. The new version of the homepage.

Parameter
Name Description
var Homepage
Returns
Type Description
$this

getUpdateMask

Optional. List of fields being updated.

The following fields are supported (in both snake_case and lowerCamelCase):

  • uri
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):

  • uri
Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
homepage Homepage

Required. The new version of the homepage.

updateMask Google\Protobuf\FieldMask

Optional. List of fields being updated.

The following fields are supported (in both snake_case and lowerCamelCase):

  • uri
Returns
Type Description
UpdateHomepageRequest