Interface ListPurchasableSkusRequest.CreateEntitlementPurchaseOrBuilder (3.45.0)

public static interface ListPurchasableSkusRequest.CreateEntitlementPurchaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProduct()

public abstract String getProduct()

Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

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

Returns
TypeDescription
String

The product.

getProductBytes()

public abstract ByteString getProductBytes()

Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

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

Returns
TypeDescription
ByteString

The bytes for product.