Class: Google::Cloud::Vision::V1p3beta1::ListProductsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::ListProductsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb
Overview
Request message for the ListProducts
method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token returned from a previous List request, if any.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of items to return. Default 10, maximum 100.
175 176 177 178 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 175 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token returned from a previous List request, if any.
175 176 177 178 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 175 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project OR ProductSet from which Products should be listed.
Format:
projects/PROJECT_ID/locations/LOC_ID
.
175 176 177 178 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 175 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |