Cloud Channel V1 API - Class Google::Cloud::Channel::V1::Sku (v0.13.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#marketing_info

def marketing_info() -> ::Google::Cloud::Channel::V1::MarketingInfo
Returns

#marketing_info=

def marketing_info=(value) -> ::Google::Cloud::Channel::V1::MarketingInfo
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}
Returns
  • (::String) — Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

#product

def product() -> ::Google::Cloud::Channel::V1::Product
Returns

#product=

def product=(value) -> ::Google::Cloud::Channel::V1::Product
Parameter
Returns