Class: Google::Cloud::Vision::V1::ListProductsInProductSetResponse

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

Response message for the ListProductsInProductSet method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



474
475
476
477
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 474

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

#products::Array<::Google::Cloud::Vision::V1::Product>

Returns The list of Products.

Returns:



474
475
476
477
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 474

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