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
Methods
__construct
Constructor.
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}
Generated from protobuf field string entitlement = 1 [(.google.api.resource_reference) = {
string
setEntitlement
Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Generated from protobuf field string entitlement = 1 [(.google.api.resource_reference) = {
var
string
$this
getEventType
Type of event which happened on the entitlement.
Generated from protobuf field .google.cloud.channel.v1.EntitlementEvent.Type event_type = 2;
int
setEventType
Type of event which happened on the entitlement.
Generated from protobuf field .google.cloud.channel.v1.EntitlementEvent.Type event_type = 2;
var
int
$this