Google Cloud Channel V1 Client - Class Product (1.7.0)

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

A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Resource Name of the Product. Format: products/{product_id}

↳ marketing_info Google\Cloud\Channel\V1\MarketingInfo

Marketing information for the product.

getName

Resource Name of the Product.

Format: products/{product_id}

Returns
TypeDescription
string

setName

Resource Name of the Product.

Format: products/{product_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMarketingInfo

Marketing information for the product.

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

hasMarketingInfo

clearMarketingInfo

setMarketingInfo

Marketing information for the product.

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