Cloud Vision V1 Client - Class ListProductSetsResponse (1.8.0)

Reference documentation and code samples for the Cloud Vision V1 Client class ListProductSetsResponse.

Response message for the ListProductSets method.

Generated from protobuf message google.cloud.vision.v1.ListProductSetsResponse

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ product_sets array<Google\Cloud\Vision\V1\ProductSet>

List of ProductSets.

↳ next_page_token string

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

getProductSets

List of ProductSets.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProductSets

List of ProductSets.

Parameter
NameDescription
var array<Google\Cloud\Vision\V1\ProductSet>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this