Reference documentation and code samples for the Google Shopping Merchant Inventories V1 Client class DeleteRegionalInventoryRequest.
Request message for the DeleteRegionalInventory method.
Generated from protobuf message google.shopping.merchant.inventories.v1.DeleteRegionalInventoryRequest
Namespace
Google \ Shopping \ Merchant \ Inventories \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the |
getName
Required. The name of the RegionalInventory resource to delete.
Format:
accounts/{account}/products/{product}/regionalInventories/{region}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the RegionalInventory resource to delete.
Format:
accounts/{account}/products/{product}/regionalInventories/{region}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the |
| Returns | |
|---|---|
| Type | Description |
DeleteRegionalInventoryRequest |
|