Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ListReferenceImagesRequest.
Request message for the ListReferenceImages method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#page_size
def page_size() -> ::Integer- (::Integer) — The maximum number of items to return. Default 10, maximum 100.
 
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — The maximum number of items to return. Default 10, maximum 100.
 
- (::Integer) — The maximum number of items to return. Default 10, maximum 100.
 
#page_token
def page_token() -> ::String- 
        (::String) — A token identifying a page of results to be returned. This is the value
of 
nextPageTokenreturned in a previous reference image list request.Defaults to the first page if not specified.
 
#page_token=
def page_token=(value) -> ::String- 
        value (::String) — A token identifying a page of results to be returned. This is the value
of 
nextPageTokenreturned in a previous reference image list request.Defaults to the first page if not specified.
 
- 
        (::String) — A token identifying a page of results to be returned. This is the value
of 
nextPageTokenreturned in a previous reference image list request.Defaults to the first page if not specified.
 
#parent
def parent() -> ::String- 
        (::String) — Required. Resource name of the product containing the reference images.
Format is
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID. 
#parent=
def parent=(value) -> ::String- 
        value (::String) — Required. Resource name of the product containing the reference images.
Format is
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID. 
- 
        (::String) — Required. Resource name of the product containing the reference images.
Format is
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID.