Class: Google::Cloud::Vision::V1p3beta1::ListProductsInProductSetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::ListProductsInProductSetRequest
- 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 ListProductsInProductSet
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#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.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The ProductSet resource for which to retrieve Products.
Format is:
projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
.
456 457 458 459 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 456 class ListProductsInProductSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of items to return. Default 10, maximum 100.
456 457 458 459 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 456 class ListProductsInProductSetRequest 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.
456 457 458 459 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 456 class ListProductsInProductSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |