Reference documentation and code samples for the Google Shopping Merchant Lfp V1 Client class InsertLfpStoreRequest.
Request message for the InsertLfpStore method.
Generated from protobuf message google.shopping.merchant.lfp.v1.InsertLfpStoreRequest
Namespace
Google \ Shopping \ Merchant \ Lfp \ V1Methods
__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 |
|