Reference documentation and code samples for the Google Cloud Channel V1 Client class PriceByResource.
Represents price by resource type.
Generated from protobuf message google.cloud.channel.v1.PriceByResource
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_type |
int
Resource Type. Example: SEAT |
↳ price |
Price
Price of the Offer. Present if there are no price phases. |
↳ price_phases |
array<PricePhase>
Specifies the price by time range. |
getResourceType
Resource Type. Example: SEAT
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ResourceType. |
setResourceType
Resource Type. Example: SEAT
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ResourceType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPrice
Price of the Offer. Present if there are no price phases.
| Returns | |
|---|---|
| Type | Description |
Price|null |
|
hasPrice
clearPrice
setPrice
Price of the Offer. Present if there are no price phases.
| Parameter | |
|---|---|
| Name | Description |
var |
Price
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPricePhases
Specifies the price by time range.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPricePhases
Specifies the price by time range.
| Parameter | |
|---|---|
| Name | Description |
var |
array<PricePhase>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|