Package com.google.cloud.channel.v1
Interface ListPurchasableSkusRequest.ChangeOfferPurchaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPurchasableSkusRequest.ChangeOfferPurchase
,ListPurchasableSkusRequest.ChangeOfferPurchase.Builder
- Enclosing class:
- ListPurchasableSkusRequest
public static interface ListPurchasableSkusRequest.ChangeOfferPurchaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType
getChangeType()
Required.int
getChangeTypeValue()
Required.String
getEntitlement()
Required.com.google.protobuf.ByteString
getEntitlementBytes()
Required.-
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()
Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The entitlement.
-
getEntitlementBytes
com.google.protobuf.ByteString getEntitlementBytes()
Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for entitlement.
-
getChangeTypeValue
int getChangeTypeValue()
Required. Change Type for the entitlement.
.google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType change_type = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The enum numeric value on the wire for changeType.
-
getChangeType
ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType getChangeType()
Required. Change Type for the entitlement.
.google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType change_type = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The changeType.
-
-