Reference documentation and code samples for the Google Shopping Merchant DataSources V1beta Client class PrimaryProductDataSource.
The primary data source for local and online products.
Generated from protobuf message google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource
Namespace
Google \ Shopping \ Merchant \ DataSources \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ channel |
int
Required. Immutable. Specifies the type of data source channel. |
↳ feed_label |
string
Optional. Immutable. The feed label that is specified on the data source level. 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
Optional. Immutable. The two-letter ISO 639-1 language of the items in the data source. |
↳ countries |
array
Optional. The countries where the items may be displayed. Represented as a CLDR territory code. |
↳ default_rule |
Google\Shopping\Merchant\DataSources\V1beta\PrimaryProductDataSource\DefaultRule
Optional. Default rule management of the data source. If set, the linked data sources will be replaced. |
getChannel
Required. Immutable. Specifies the type of data source channel.
Returns | |
---|---|
Type | Description |
int |
setChannel
Required. Immutable. Specifies the type of data source channel.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFeedLabel
Optional. Immutable. The feed label that is specified on the data source level.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9),
and dashes (-).
See also migration to feed
labels.
feedLabel
and contentLanguage
must be either both set or unset for data
sources with product content type.
They must be set for data sources with a file input.
If set, the data source will only accept products matching this
combination. If unset, the data source will accept products without that
restriction.
Returns | |
---|---|
Type | Description |
string |
hasFeedLabel
clearFeedLabel
setFeedLabel
Optional. Immutable. The feed label that is specified on the data source level.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9),
and dashes (-).
See also migration to feed
labels.
feedLabel
and contentLanguage
must be either both set or unset for data
sources with product content type.
They must be set for data sources with a file input.
If set, the data source will only accept products matching this
combination. If unset, the data source will accept products without that
restriction.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContentLanguage
Optional. Immutable. The two-letter ISO 639-1 language of the items in the data source.
feedLabel
and contentLanguage
must be either both set or unset.
The fields can only be unset for data sources without file input.
If set, the data source will only accept products matching this
combination. If unset, the data source will accept products without that
restriction.
Returns | |
---|---|
Type | Description |
string |
hasContentLanguage
clearContentLanguage
setContentLanguage
Optional. Immutable. The two-letter ISO 639-1 language of the items in the data source.
feedLabel
and contentLanguage
must be either both set or unset.
The fields can only be unset for data sources without file input.
If set, the data source will only accept products matching this
combination. If unset, the data source will accept products without that
restriction.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCountries
Optional. The countries where the items may be displayed. Represented as a CLDR territory code.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCountries
Optional. The countries where the items may be displayed. Represented as a CLDR territory code.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getDefaultRule
Optional. Default rule management of the data source. If set, the linked data sources will be replaced.
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\DataSources\V1beta\PrimaryProductDataSource\DefaultRule|null |
hasDefaultRule
clearDefaultRule
setDefaultRule
Optional. Default rule management of the data source. If set, the linked data sources will be replaced.
Parameter | |
---|---|
Name | Description |
var |
Google\Shopping\Merchant\DataSources\V1beta\PrimaryProductDataSource\DefaultRule
|
Returns | |
---|---|
Type | Description |
$this |