Class: Google::Shopping::Merchant::Inventories::V1::InsertRegionalInventoryRequest

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

Overview

Request message for the InsertRegionalInventory method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}.

Returns:

  • (::String)

    Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}



104
105
106
107
# File 'proto_docs/google/shopping/merchant/inventories/v1/regionalinventory.rb', line 104

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

#regional_inventory::Google::Shopping::Merchant::Inventories::V1::RegionalInventory

Returns Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

Returns:



104
105
106
107
# File 'proto_docs/google/shopping/merchant/inventories/v1/regionalinventory.rb', line 104

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