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
Namespace
Google \ Cloud \ Channel \ V1 \ ListPurchasableSkusRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setProduct
Required. List SKUs belonging to this Product.
Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |