Google Cloud Channel V1 Client - Class ListPurchasableSkusResponse (1.0.1)

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

Response message for ListPurchasableSkus.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ purchasable_skus array<Google\Cloud\Channel\V1\PurchasableSku>

The list of SKUs requested.

↳ next_page_token string

A token to retrieve the next page of results.

getPurchasableSkus

The list of SKUs requested.

Generated from protobuf field repeated .google.cloud.channel.v1.PurchasableSku purchasable_skus = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPurchasableSkus

The list of SKUs requested.

Generated from protobuf field repeated .google.cloud.channel.v1.PurchasableSku purchasable_skus = 1;

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

getNextPageToken

A token to retrieve the next page of results.

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this