Class: Google::Cloud::Vision::V1::ListReferenceImagesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/product_search_service.rb

Overview

Request message for the ListReferenceImages method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of items to return. Default 10, maximum 100.

Returns:

  • (::Integer)

    The maximum number of items to return. Default 10, maximum 100.



365
366
367
368
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 365

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.

Returns:

  • (::String)

    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.



365
366
367
368
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 365

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.

Returns:

  • (::String)

    Required. Resource name of the product containing the reference images.

    Format is projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID.



365
366
367
368
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 365

class ListReferenceImagesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end