Reference documentation and code samples for the Google Cloud Channel V1 Client class SubscriberEvent.
Represents information which resellers will get as part of notification from Cloud Pub/Sub.
Generated from protobuf message google.cloud.channel.v1.SubscriberEvent
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ customer_event
↳ entitlement_event
Google\Cloud\Channel\V1\EntitlementEvent
Entitlement event send as part of Pub/Sub event to partners.
getCustomerEvent
Customer event send as part of Pub/Sub event to partners.
Generated from protobuf field .google.cloud.channel.v1.CustomerEvent customer_event = 1;
hasCustomerEvent
setCustomerEvent
Customer event send as part of Pub/Sub event to partners.
Generated from protobuf field .google.cloud.channel.v1.CustomerEvent customer_event = 1;
$this
getEntitlementEvent
Entitlement event send as part of Pub/Sub event to partners.
Generated from protobuf field .google.cloud.channel.v1.EntitlementEvent entitlement_event = 2;
hasEntitlementEvent
setEntitlementEvent
Entitlement event send as part of Pub/Sub event to partners.
Generated from protobuf field .google.cloud.channel.v1.EntitlementEvent entitlement_event = 2;
$this
getEvent
string