Class: Google::Cloud::Vision::V1::ListProductSetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::ListProductSetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1/product_search_service.rb
Overview
Response message for the ListProductSets
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#product_sets ⇒ ::Array<::Google::Cloud::Vision::V1::ProductSet>
List of ProductSets.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
283 284 285 286 |
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 283 class ListProductSetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_sets ⇒ ::Array<::Google::Cloud::Vision::V1::ProductSet>
Returns List of ProductSets.
283 284 285 286 |
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 283 class ListProductSetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |