Interface EntitlementEventOrBuilder (3.3.1)

public interface EntitlementEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntitlement()

public abstract String getEntitlement()

Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

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

Returns
TypeDescription
String

The entitlement.

getEntitlementBytes()

public abstract ByteString getEntitlementBytes()

Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

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

Returns
TypeDescription
ByteString

The bytes for entitlement.

getEventType()

public abstract EntitlementEvent.Type getEventType()

Type of event which happened on the entitlement.

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

Returns
TypeDescription
EntitlementEvent.Type

The eventType.

getEventTypeValue()

public abstract int getEventTypeValue()

Type of event which happened on the entitlement.

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

Returns
TypeDescription
int

The enum numeric value on the wire for eventType.