Interface CustomerEventOrBuilder (3.45.0)

public interface CustomerEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomer()

public abstract String getCustomer()

Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

string customer = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The customer.

getCustomerBytes()

public abstract ByteString getCustomerBytes()

Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

string customer = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for customer.

getEventType()

public abstract CustomerEvent.Type getEventType()

Type of event which happened on the customer.

.google.cloud.channel.v1.CustomerEvent.Type event_type = 2;

Returns
TypeDescription
CustomerEvent.Type

The eventType.

getEventTypeValue()

public abstract int getEventTypeValue()

Type of event which happened on the customer.

.google.cloud.channel.v1.CustomerEvent.Type event_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for eventType.