Google Cloud Channel V1 Client - Class CreateEntitlementPurchase (1.0.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class CreateEntitlementPurchase.

List SKUs for a new entitlement. Make the purchase using CloudChannelService.CreateEntitlement.

Generated from protobuf message google.cloud.channel.v1.ListPurchasableSkusRequest.CreateEntitlementPurchase

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ product string

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

getProduct

Required. List SKUs belonging to this Product.

Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

Generated from protobuf field string product = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setProduct

Required. List SKUs belonging to this Product.

Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

Generated from protobuf field string product = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this