Reference documentation and code samples for the Google Shopping Merchant Lfp V1beta Client class InsertLfpStoreRequest.
Request message for the InsertLfpStore method.
Generated from protobuf message google.shopping.merchant.lfp.v1beta.InsertLfpStoreRequest
Namespace
Google \ Shopping \ Merchant \ Lfp \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The LFP provider account Format: |
↳ lfp_store |
LfpStore
Required. The store to insert. |
getParent
Required. The LFP provider account
Format: accounts/{account}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The LFP provider account
Format: accounts/{account}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLfpStore
Required. The store to insert.
Returns | |
---|---|
Type | Description |
LfpStore|null |
hasLfpStore
clearLfpStore
setLfpStore
Required. The store to insert.
Parameter | |
---|---|
Name | Description |
var |
LfpStore
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The LFP provider account
Format: |
lfpStore |
LfpStore
Required. The store to insert. |
Returns | |
---|---|
Type | Description |
InsertLfpStoreRequest |