Class: Google::Cloud::Channel::V1::SubscriberEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/subscriber_event.rb

Overview

Represents information which resellers will get as part of notification from Pub/Sub.

Instance Attribute Summary collapse

Instance Attribute Details

#customer_event::Google::Cloud::Channel::V1::CustomerEvent

Returns Customer event sent as part of Pub/Sub event to partners.

Note: The following fields are mutually exclusive: customer_event, entitlement_event. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Channel::V1::CustomerEvent)

    Customer event sent as part of Pub/Sub event to partners.

    Note: The following fields are mutually exclusive: customer_event, entitlement_event. If a field in that set is populated, all other fields in the set will automatically be cleared.



119
120
121
122
# File 'proto_docs/google/cloud/channel/v1/subscriber_event.rb', line 119

class SubscriberEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#entitlement_event::Google::Cloud::Channel::V1::EntitlementEvent

Returns Entitlement event sent as part of Pub/Sub event to partners.

Note: The following fields are mutually exclusive: entitlement_event, customer_event. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Channel::V1::EntitlementEvent)

    Entitlement event sent as part of Pub/Sub event to partners.

    Note: The following fields are mutually exclusive: entitlement_event, customer_event. If a field in that set is populated, all other fields in the set will automatically be cleared.



119
120
121
122
# File 'proto_docs/google/cloud/channel/v1/subscriber_event.rb', line 119

class SubscriberEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end