Reference documentation and code samples for the Google Cloud Channel V1 Client class CommitmentSettings.
Commitment settings for commitment-based offers.
Generated from protobuf message google.cloud.channel.v1.CommitmentSettings
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
Output only. Commitment start timestamp. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. Commitment end timestamp. |
↳ renewal_settings |
Google\Cloud\Channel\V1\RenewalSettings
Optional. Renewal settings applicable for a commitment-based Offer. |
getStartTime
Output only. Commitment start timestamp.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Output only. Commitment start timestamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. Commitment end timestamp.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. Commitment end timestamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getRenewalSettings
Optional. Renewal settings applicable for a commitment-based Offer.
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\RenewalSettings|null |
hasRenewalSettings
clearRenewalSettings
setRenewalSettings
Optional. Renewal settings applicable for a commitment-based Offer.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\RenewalSettings
|
Returns | |
---|---|
Type | Description |
$this |