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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Resource Name of the Product. Format: products/{product_id} |
↳ marketing_info |
MarketingInfo
Marketing information for the product. |
getName
Resource Name of the Product.
Format: products/{product_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Resource Name of the Product.
Format: products/{product_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMarketingInfo
Marketing information for the product.
| Returns | |
|---|---|
| Type | Description |
MarketingInfo|null |
|
hasMarketingInfo
clearMarketingInfo
setMarketingInfo
Marketing information for the product.
| Parameter | |
|---|---|
| Name | Description |
var |
MarketingInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|