Interface ListPurchasableOffersRequest.CreateEntitlementPurchaseOrBuilder (3.6.0)

public static interface ListPurchasableOffersRequest.CreateEntitlementPurchaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSku()

public abstract String getSku()

Required. SKU that the result should be restricted to. Format: products/{product_id}/skus/{sku_id}.

string sku = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The sku.

getSkuBytes()

public abstract ByteString getSkuBytes()

Required. SKU that the result should be restricted to. Format: products/{product_id}/skus/{sku_id}.

string sku = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for sku.