Google Cloud Channel V1 Client - Class ListEntitlementChangesResponse (1.5.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntitlementChanges

The list of entitlement changes.

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

getNextPageToken

A token to list the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to list the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this