Class: Google::Shopping::Merchant::Products::V1beta::GetProductRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::GetProductRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products.rb
Overview
Request message for the GetProduct method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the product to retrieve.
Format: accounts/{account}/products/{product}
where the last section product consists of 4 parts:
channel~content_language~feed_label~offer_id
example for product name is
accounts/123/products/online~en~US~sku123.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products.rb', line 121 class GetProductRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |