Class: Google::Shopping::Merchant::DataSources::V1beta::SupplementalProductDataSource
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::SupplementalProductDataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb
Overview
The supplemental data source for local and online products. After creation, you should make sure to link the supplemental product data source into one or more primary product data sources.
Instance Attribute Summary collapse
-
#content_language ⇒ ::String
Optional.
-
#feed_label ⇒ ::String
Optional.
-
#referencing_primary_data_sources ⇒ ::Array<::Google::Shopping::Merchant::DataSources::V1beta::DataSourceReference>
readonly
Output only.
Instance Attribute Details
#content_language ⇒ ::String
Returns 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.
206 207 208 209 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 206 class SupplementalProductDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feed_label ⇒ ::String
Returns 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][google.shopping.merchant.datasources.v1main.FileInput]. The fields must be unset for data sources without [file input][google.shopping.merchant.datasources.v1main.FileInput].
If set, the data source will only accept products matching this combination. If unset, the data source will accept produts without that restriction.
206 207 208 209 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 206 class SupplementalProductDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#referencing_primary_data_sources ⇒ ::Array<::Google::Shopping::Merchant::DataSources::V1beta::DataSourceReference> (readonly)
Returns 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.
206 207 208 209 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 206 class SupplementalProductDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |