Class SupplementalProductDataSource
The supplemental data source for local and online products. Supplemental API
data sources must not have feedLabel
and contentLanguage
fields set. You
can only use supplemental data sources to update existing products. For
information about creating a supplemental data source, see Create a
supplemental data source and link it to the primary data
source.
Implements
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class SupplementalProductDataSource : IMessage<SupplementalProductDataSource>, IEquatable<SupplementalProductDataSource>, IDeepCloneable<SupplementalProductDataSource>, IBufferMessage, IMessage
Constructors
SupplementalProductDataSource()
Declaration
public SupplementalProductDataSource()
SupplementalProductDataSource(SupplementalProductDataSource)
Declaration
public SupplementalProductDataSource(SupplementalProductDataSource other)
Parameters
Type | Name | Description |
---|---|---|
SupplementalProductDataSource | other |
Properties
ContentLanguage
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 produts without that restriction.
Declaration
public string ContentLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedLabel
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 produts without that restriction.
Declaration
public string FeedLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
HasContentLanguage
Gets whether the "content_language" field is set
Declaration
public bool HasContentLanguage { get; }
Property Value
Type | Description |
---|---|
bool |
HasFeedLabel
Gets whether the "feed_label" field is set
Declaration
public bool HasFeedLabel { get; }
Property Value
Type | Description |
---|---|
bool |
ReferencingPrimaryDataSources
Output only. The (unordered and deduplicated) list of all primary data sources linked to this data source in either default or custom rules. Supplemental data source cannot be deleted before all links are removed.
Declaration
public RepeatedField<DataSourceReference> ReferencingPrimaryDataSources { get; }
Property Value
Type | Description |
---|---|
RepeatedField<DataSourceReference> |