Google Cloud Channel V1 Client - Class ListEntitlementChangesResponse (1.9.3)

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

Response message for CloudChannelService.ListEntitlementChanges

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entitlement_changes array<Google\Cloud\Channel\V1\EntitlementChange>

The list of entitlement changes.

↳ next_page_token string

A token to list the next page of results.

getEntitlementChanges

The list of entitlement changes.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEntitlementChanges

The list of entitlement changes.

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

getNextPageToken

A token to list the next page of results.

Returns
Type Description
string

setNextPageToken

A token to list the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this