Class: Google::Cloud::Vision::V1p3beta1::ListProductsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::ListProductsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb
Overview
Response message for the ListProducts
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.
-
#products ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Product>
List of products.
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.
188 189 190 191 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 188 class ListProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#products ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Product>
Returns List of products.
188 189 190 191 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 188 class ListProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |