Class: Google::Shopping::Merchant::DataSources::V1::LocalInventoryDataSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb

Overview

The local inventory data source type is only available for file inputs and can't be used to create API local inventory data sources.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    Required. Immutable. The two-letter ISO 639-1 language of the items to which the local inventory is provided.



210
211
212
213
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 210

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.

Returns:

  • (::String)

    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.



210
211
212
213
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 210

class LocalInventoryDataSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end