public interface EntitlementEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for entitlement. |
getEventType()
public abstract EntitlementEvent.Type getEventType()Type of event which happened for the entitlement.
.google.cloud.channel.v1.EntitlementEvent.Type event_type = 2;
| Returns | |
|---|---|
| Type | Description |
EntitlementEvent.Type |
The eventType. |
getEventTypeValue()
public abstract int getEventTypeValue()Type of event which happened for the entitlement.
.google.cloud.channel.v1.EntitlementEvent.Type event_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for eventType. |