Google Cloud Channel V1 Client - Class ListPurchasableOffersResponse (1.1.1)

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

Response message for ListPurchasableOffers.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ purchasable_offers array<Google\Cloud\Channel\V1\PurchasableOffer>

The list of Offers requested.

↳ next_page_token string

A token to retrieve the next page of results.

getPurchasableOffers

The list of Offers requested.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPurchasableOffers

The list of Offers requested.

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