Google Cloud Channel V1 Client - Class ListProductsResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ListProductsResponse.

Response message for ListProducts.

Generated from protobuf message google.cloud.channel.v1.ListProductsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ products array<Google\Cloud\Channel\V1\Product>

List of Products requested.

↳ next_page_token string

A token to retrieve the next page of results.

getProducts

List of Products requested.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProducts

List of Products requested.

Parameter
NameDescription
var array<Google\Cloud\Channel\V1\Product>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this