Google Cloud Channel V1 Client - Class ListSkuGroupsResponse (1.6.0)

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

Response message for ListSkuGroups.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sku_groups array<Google\Cloud\Channel\V1\SkuGroup>

The list of SKU groups requested.

↳ next_page_token string

A token to retrieve the next page of results. Pass to ListSkuGroups.page_token to obtain that page.

getSkuGroups

The list of SKU groups requested.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSkuGroups

The list of SKU groups requested.

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

getNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroups.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroups.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this