Reference documentation and code samples for the Google Cloud Channel V1 Client class Offer.
Represents an offer made to resellers for purchase.
An offer is associated with a Sku, has a plan for payment, a price, and defines the constraints for buying.
Generated from protobuf message google.cloud.channel.v1.Offer
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 Offer. Format: accounts/{account_id}/offers/{offer_id} |
↳ marketing_info |
MarketingInfo
Marketing information for the Offer. |
↳ sku |
Sku
SKU the offer is associated with. |
↳ plan |
Plan
Describes the payment plan for the Offer. |
↳ constraints |
Constraints
Constraints on transacting the Offer. |
↳ price_by_resources |
array<PriceByResource>
Price for each monetizable resource type. |
↳ start_time |
Google\Protobuf\Timestamp
Start of the Offer validity time. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. End of the Offer validity time. |
↳ parameter_definitions |
array<ParameterDefinition>
Parameters required to use current Offer to purchase. |
↳ deal_code |
string
The deal code of the offer to get a special promotion or discount. |
getName
Resource Name of the Offer.
Format: accounts/{account_id}/offers/{offer_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Resource Name of the Offer.
Format: accounts/{account_id}/offers/{offer_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMarketingInfo
Marketing information for the Offer.
| Returns | |
|---|---|
| Type | Description |
MarketingInfo|null |
|
hasMarketingInfo
clearMarketingInfo
setMarketingInfo
Marketing information for the Offer.
| Parameter | |
|---|---|
| Name | Description |
var |
MarketingInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSku
SKU the offer is associated with.
| Returns | |
|---|---|
| Type | Description |
Sku|null |
|
hasSku
clearSku
setSku
SKU the offer is associated with.
| Parameter | |
|---|---|
| Name | Description |
var |
Sku
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPlan
Describes the payment plan for the Offer.
| Returns | |
|---|---|
| Type | Description |
Plan|null |
|
hasPlan
clearPlan
setPlan
Describes the payment plan for the Offer.
| Parameter | |
|---|---|
| Name | Description |
var |
Plan
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConstraints
Constraints on transacting the Offer.
| Returns | |
|---|---|
| Type | Description |
Constraints|null |
|
hasConstraints
clearConstraints
setConstraints
Constraints on transacting the Offer.
| Parameter | |
|---|---|
| Name | Description |
var |
Constraints
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPriceByResources
Price for each monetizable resource type.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPriceByResources
Price for each monetizable resource type.
| Parameter | |
|---|---|
| Name | Description |
var |
array<PriceByResource>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartTime
Start of the Offer validity time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
Start of the Offer validity time.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
Output only. End of the Offer validity time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
Output only. End of the Offer validity time.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParameterDefinitions
Parameters required to use current Offer to purchase.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setParameterDefinitions
Parameters required to use current Offer to purchase.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ParameterDefinition>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDealCode
The deal code of the offer to get a special promotion or discount.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDealCode
The deal code of the offer to get a special promotion or discount.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|