Class: Google::Shopping::Merchant::Inventories::V1beta::InsertRegionalInventoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/inventories/v1beta/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}



123
124
125
126
# File 'proto_docs/google/shopping/merchant/inventories/v1beta/regionalinventory.rb', line 123

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

#regional_inventory::Google::Shopping::Merchant::Inventories::V1beta::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:



123
124
125
126
# File 'proto_docs/google/shopping/merchant/inventories/v1beta/regionalinventory.rb', line 123

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