Google Cloud Channel V1 Client - Class Sku (1.1.1)

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

Represents a product's purchasable Stock Keeping Unit (SKU).

SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs.

Generated from protobuf message google.cloud.channel.v1.Sku

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

↳ marketing_info Google\Cloud\Channel\V1\MarketingInfo

Marketing information for the SKU.

↳ product Google\Cloud\Channel\V1\Product

Product the SKU is associated with.

getName

Resource Name of the SKU.

Format: products/{product_id}/skus/{sku_id}

Returns
TypeDescription
string

setName

Resource Name of the SKU.

Format: products/{product_id}/skus/{sku_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMarketingInfo

Marketing information for the SKU.

Returns
TypeDescription
Google\Cloud\Channel\V1\MarketingInfo|null

hasMarketingInfo

clearMarketingInfo

setMarketingInfo

Marketing information for the SKU.

Parameter
NameDescription
var Google\Cloud\Channel\V1\MarketingInfo
Returns
TypeDescription
$this

getProduct

Product the SKU is associated with.

Returns
TypeDescription
Google\Cloud\Channel\V1\Product|null

hasProduct

clearProduct

setProduct

Product the SKU is associated with.

Parameter
NameDescription
var Google\Cloud\Channel\V1\Product
Returns
TypeDescription
$this