Google Cloud Retail V2 Client - Class TimeRange (1.1.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Start of time range. Range is inclusive.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

End of time range. Range is inclusive.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

End of time range. Range is inclusive.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this