Google Cloud Channel V1 Client - Class TransferEntitlementsResponse (1.4.0)

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

Response message for CloudChannelService.TransferEntitlements.

This is put in the response field of google.longrunning.Operation.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

The transferred entitlements.

getEntitlements

The transferred entitlements.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntitlements

The transferred entitlements.

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