Class: Google::Cloud::Retail::V2::ListProductsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListProductsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/product_service.rb
Overview
Response message for ProductService.ListProducts method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as ListProductsRequest.page_token to retrieve the next page.
-
#products ⇒ ::Array<::Google::Cloud::Retail::V2::Product>
The Products.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as ListProductsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
244 245 246 247 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 244 class ListProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#products ⇒ ::Array<::Google::Cloud::Retail::V2::Product>
Returns The Products.
244 245 246 247 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 244 class ListProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |