Reference documentation and code samples for the Google Shopping Merchant Lfp V1beta Client class DeleteLfpStoreRequest.
Request message for the DeleteLfpStore method.
Generated from protobuf message google.shopping.merchant.lfp.v1beta.DeleteLfpStoreRequest
Namespace
Google \ Shopping \ Merchant \ Lfp \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ name | 
        
          string
          Required. The name of the store to delete for the target merchant account. Format:   | 
      
getName
Required. The name of the store to delete for the target merchant account.
Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setName
Required. The name of the store to delete for the target merchant account.
Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameter | |
|---|---|
| Name | Description | 
name | 
        
          string
          Required. The name of the store to delete for the target merchant account.
Format:   | 
      
| Returns | |
|---|---|
| Type | Description | 
DeleteLfpStoreRequest | 
        |