Google Cloud Channel V1 Client - Class ListOffersResponse (1.1.1)

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

Response message for ListOffers.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ offers array<Google\Cloud\Channel\V1\Offer>

The list of Offers requested.

↳ next_page_token string

A token to retrieve the next page of results.

getOffers

The list of Offers requested.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOffers

The list of Offers requested.

Parameter
NameDescription
var array<Google\Cloud\Channel\V1\Offer>
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