Google Cloud Retail V2 Client - Class TimeRange (1.6.2)

Reference documentation and code samples for the Google Cloud Retail V2 Client class TimeRange.

Used for time-dependent conditions.

Example: Want to have rule applied for week long sale.

Generated from protobuf message google.cloud.retail.v2.Condition.TimeRange

Namespace

Google \ Cloud \ Retail \ V2 \ Condition

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ start_time Google\Protobuf\Timestamp

Start of time range. Range is inclusive.

↳ end_time Google\Protobuf\Timestamp

End of time range. Range is inclusive.

getStartTime

Start of time range. Range is inclusive.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Start of time range. Range is inclusive.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

End of time range. Range is inclusive.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

End of time range. Range is inclusive.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this