Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ClaimHomepageRequest.
Request message for the ClaimHomepage
method.
Generated from protobuf message google.shopping.merchant.accounts.v1.ClaimHomepageRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the homepage to claim. Format: |
↳ overwrite |
bool
Optional. When set to |
getName
Required. The name of the homepage to claim.
Format: accounts/{account}/homepage
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the homepage to claim.
Format: accounts/{account}/homepage
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOverwrite
Optional. When set to true
, this option removes any existing claim on the
requested website from any other account to the account making the request,
effectively replacing the previous claim.
Returns | |
---|---|
Type | Description |
bool |
setOverwrite
Optional. When set to true
, this option removes any existing claim on the
requested website from any other account to the account making the request,
effectively replacing the previous claim.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |