Package com.google.cloud.channel.v1
Interface EntitlementEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntitlementEvent
,EntitlementEvent.Builder
public interface EntitlementEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntitlement()
Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}com.google.protobuf.ByteString
getEntitlementBytes()
Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}EntitlementEvent.Type
getEventType()
Type of event which happened on the entitlement.int
getEventTypeValue()
Type of event which happened on the entitlement.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntitlement
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:
- The entitlement.
-
getEntitlementBytes
com.google.protobuf.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:
- The bytes for entitlement.
-
getEventTypeValue
int getEventTypeValue()
Type of event which happened on the entitlement.
.google.cloud.channel.v1.EntitlementEvent.Type event_type = 2;
- Returns:
- The enum numeric value on the wire for eventType.
-
getEventType
EntitlementEvent.Type getEventType()
Type of event which happened on the entitlement.
.google.cloud.channel.v1.EntitlementEvent.Type event_type = 2;
- Returns:
- The eventType.
-
-