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 | |
---|---|
Name | Description |
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}
Generated from protobuf field string name = 1;
Returns | |
---|---|
Type | Description |
string |
setName
Resource Name of the SKU.
Format: products/{product_id}/skus/{sku_id}
Generated from protobuf field string name = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMarketingInfo
Marketing information for the SKU.
Generated from protobuf field .google.cloud.channel.v1.MarketingInfo marketing_info = 2;
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\MarketingInfo|null |
hasMarketingInfo
clearMarketingInfo
setMarketingInfo
Marketing information for the SKU.
Generated from protobuf field .google.cloud.channel.v1.MarketingInfo marketing_info = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\MarketingInfo
|
Returns | |
---|---|
Type | Description |
$this |
getProduct
Product the SKU is associated with.
Generated from protobuf field .google.cloud.channel.v1.Product product = 3;
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\Product|null |
hasProduct
clearProduct
setProduct
Product the SKU is associated with.
Generated from protobuf field .google.cloud.channel.v1.Product product = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\Product
|
Returns | |
---|---|
Type | Description |
$this |