Class: Google::Cloud::Vision::V1p3beta1::ListReferenceImagesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::ListReferenceImagesRequest
- 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 ListReferenceImages
method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
A token identifying a page of results to be returned.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of items to return. Default 10, maximum 100.
361 362 363 364 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 361 class ListReferenceImagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results to be returned. This is the value
of nextPageToken
returned in a previous reference image list request.
Defaults to the first page if not specified.
361 362 363 364 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 361 class ListReferenceImagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the product containing the reference images.
Format is
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
.
361 362 363 364 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 361 class ListReferenceImagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |