Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class LinkGbpAccountRequest.
Request message for the LinkGbpAccount method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.LinkGbpAccountRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the parent resource to which the GBP account is linked. Format: |
↳ gbp_email |
string
Required. The email address of the Business Profile account. |
getParent
Required. The name of the parent resource to which the GBP account is
linked. Format: accounts/{account}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the parent resource to which the GBP account is
linked. Format: accounts/{account}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGbpEmail
Required. The email address of the Business Profile account.
Returns | |
---|---|
Type | Description |
string |
setGbpEmail
Required. The email address of the Business Profile account.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The name of the parent resource to which the GBP account is
linked. Format: |
Returns | |
---|---|
Type | Description |
LinkGbpAccountRequest |