Google Shopping Merchant Lfp V1beta Client - Class InsertLfpStoreRequest (0.1.0)

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 \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The LFP provider account Format: accounts/{account}

↳ lfp_store Google\Shopping\Merchant\Lfp\V1beta\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
Google\Shopping\Merchant\Lfp\V1beta\LfpStore|null

hasLfpStore

clearLfpStore

setLfpStore

Required. The store to insert.

Parameter
Name Description
var Google\Shopping\Merchant\Lfp\V1beta\LfpStore
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The LFP provider account Format: accounts/{account} Please see Google\Shopping\Merchant\Lfp\V1beta\LfpStoreServiceClient::accountName() for help formatting this field.

lfpStore Google\Shopping\Merchant\Lfp\V1beta\LfpStore

Required. The store to insert.

Returns
Type Description
Google\Shopping\Merchant\Lfp\V1beta\InsertLfpStoreRequest