Class: Google::Shopping::Merchant::Accounts::V1::Headers
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Headers
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb
Overview
A non-empty list of row or column headers for a table.
Exactly one of prices, weights,
num_items, postal_code_group_names, or
location must be set.
Instance Attribute Summary collapse
-
#locations ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::LocationIdSet>
Required.
-
#number_of_items ⇒ ::Array<::String>
Required.
-
#postal_code_group_names ⇒ ::Array<::String>
Required.
-
#prices ⇒ ::Array<::Google::Shopping::Type::Price>
Required.
-
#weights ⇒ ::Array<::Google::Shopping::Type::Weight>
Required.
Instance Attribute Details
#locations ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::LocationIdSet>
638 639 640 641 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 638 class Headers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#number_of_items ⇒ ::Array<::String>
638 639 640 641 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 638 class Headers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postal_code_group_names ⇒ ::Array<::String>
638 639 640 641 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 638 class Headers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prices ⇒ ::Array<::Google::Shopping::Type::Price>
638 639 640 641 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 638 class Headers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#weights ⇒ ::Array<::Google::Shopping::Type::Weight>
638 639 640 641 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 638 class Headers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |