Reference documentation and code samples for the Google Shopping Merchant DataSources V1 Client class LocalInventoryDataSource.
The local inventory data source type is only available for file inputs and can't be used to create API local inventory data sources.
Generated from protobuf message google.shopping.merchant.datasources.v1.LocalInventoryDataSource
Namespace
Google \ Shopping \ Merchant \ DataSources \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ feed_label |
string
Required. Immutable. The feed label of the offers to which the local inventory is provided. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-). See also migration to feed labels. |
↳ content_language |
string
Required. Immutable. The two-letter ISO 639-1 language of the items to which the local inventory is provided. |
getFeedLabel
Required. Immutable. The feed label of the offers to which the local inventory is provided.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-). See also migration to feed labels.
Returns | |
---|---|
Type | Description |
string |
setFeedLabel
Required. Immutable. The feed label of the offers to which the local inventory is provided.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-). See also migration to feed labels.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContentLanguage
Required. Immutable. The two-letter ISO 639-1 language of the items to which the local inventory is provided.
Returns | |
---|---|
Type | Description |
string |
setContentLanguage
Required. Immutable. The two-letter ISO 639-1 language of the items to which the local inventory is provided.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |