Google Cloud Channel V1 Client - Class EntitlementEvent (1.7.0)

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

Represents Pub/Sub message content describing entitlement update.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ entitlement string

Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

↳ event_type int

Type of event which happened on the entitlement.

getEntitlement

Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

Returns
TypeDescription
string

setEntitlement

Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEventType

Type of event which happened on the entitlement.

Returns
TypeDescription
int

setEventType

Type of event which happened on the entitlement.

Parameter
NameDescription
var int
Returns
TypeDescription
$this