Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::CustomerEvent.
Represents Pub/Sub message content describing customer update.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customer
def customer() -> ::String
Returns
- (::String) — Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
#customer=
def customer=(value) -> ::String
Parameter
- value (::String) — Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
Returns
- (::String) — Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
#event_type
def event_type() -> ::Google::Cloud::Channel::V1::CustomerEvent::Type
Returns
- (::Google::Cloud::Channel::V1::CustomerEvent::Type) — Type of event which happened on the customer.
#event_type=
def event_type=(value) -> ::Google::Cloud::Channel::V1::CustomerEvent::Type
Parameter
- value (::Google::Cloud::Channel::V1::CustomerEvent::Type) — Type of event which happened on the customer.
Returns
- (::Google::Cloud::Channel::V1::CustomerEvent::Type) — Type of event which happened on the customer.