Class: Google::Shopping::Merchant::DataSources::V1::RegionalInventoryDataSource
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1::RegionalInventoryDataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb
Instance Attribute Summary collapse
-
#content_language ⇒ ::String
Required.
-
#feed_label ⇒ ::String
Required.
Instance Attribute Details
#content_language ⇒ ::String
Returns Required. Immutable. The two-letter ISO 639-1 language of the items to which the regional inventory is provided.
234 235 236 237 |
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 234 class RegionalInventoryDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feed_label ⇒ ::String
Returns Required. Immutable. The feed label of the offers to which the regional 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.
234 235 236 237 |
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 234 class RegionalInventoryDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |