Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase.
List SKUs for a new entitlement. Make the purchase using CloudChannelService.CreateEntitlement.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#product
def product() -> ::String
Returns
- (::String) — Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.
#product=
def product=(value) -> ::String
Parameter
- value (::String) — Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.
Returns
- (::String) — Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.