Class: Google::Shopping::Merchant::Inventories::V1::RegionalInventory
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Inventories::V1::RegionalInventory
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/inventories/v1/regionalinventory.rb
Overview
Regional inventory information for the product. Represents specific
information like price and availability for a given product in a specific
region.
For a list of all accepted attribute values, see the regional product
inventory data
specification.
Instance Attribute Summary collapse
-
#account ⇒ ::Integer
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#region ⇒ ::String
Required.
-
#regional_inventory_attributes ⇒ ::Google::Shopping::Merchant::Inventories::V1::RegionalInventoryAttributes
Optional.
Instance Attribute Details
#account ⇒ ::Integer (readonly)
Returns Output only. The account that owns the product. This field will be ignored if set by the client.
49 50 51 52 |
# File 'proto_docs/google/shopping/merchant/inventories/v1/regionalinventory.rb', line 49 class RegionalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The name of the RegionalInventory resource.
Format:
{regional_inventory.name=accounts/{account}/products/{product}/regionalInventories/{region}.
49 50 51 52 |
# File 'proto_docs/google/shopping/merchant/inventories/v1/regionalinventory.rb', line 49 class RegionalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Required. Immutable. ID of the region for this
RegionalInventory resource. See the Regional availability and
pricing for more
details.
49 50 51 52 |
# File 'proto_docs/google/shopping/merchant/inventories/v1/regionalinventory.rb', line 49 class RegionalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#regional_inventory_attributes ⇒ ::Google::Shopping::Merchant::Inventories::V1::RegionalInventoryAttributes
Returns Optional. A list of regional inventory attributes.
49 50 51 52 |
# File 'proto_docs/google/shopping/merchant/inventories/v1/regionalinventory.rb', line 49 class RegionalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |