Class: Google::Shopping::Merchant::DataSources::V1beta::LocalInventoryDataSource
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::LocalInventoryDataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb
Overview
The local inventory data source.
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 local inventory is provided.
226 227 228 229 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 226 class LocalInventoryDataSource 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 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.
226 227 228 229 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 226 class LocalInventoryDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |