Google Cloud Channel V1 Client - Class ListEntitlementsResponse (1.9.3)

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

Response message for CloudChannelService.ListEntitlements.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entitlements array<Google\Cloud\Channel\V1\Entitlement>

The reseller customer's entitlements.

↳ next_page_token string

A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.

getEntitlements

The reseller customer's entitlements.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEntitlements

The reseller customer's entitlements.

Parameter
Name Description
var array<Google\Cloud\Channel\V1\Entitlement>
Returns
Type Description
$this

getNextPageToken

A token to list the next page of results.

Pass to ListEntitlementsRequest.page_token to obtain that page.

Returns
Type Description
string

setNextPageToken

A token to list the next page of results.

Pass to ListEntitlementsRequest.page_token to obtain that page.

Parameter
Name Description
var string
Returns
Type Description
$this