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.
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.
Generated from protobuf field .google.protobuf.Timestamp start_time = 1;
Google\Protobuf\Timestamp|null
hasStartTime
clearStartTime
setStartTime
Start of time range. Range is inclusive.
Generated from protobuf field .google.protobuf.Timestamp start_time = 1;
var
Google\Protobuf\Timestamp
$this
getEndTime
End of time range. Range is inclusive.
Generated from protobuf field .google.protobuf.Timestamp end_time = 2;
Google\Protobuf\Timestamp|null
hasEndTime
clearEndTime
setEndTime
End of time range. Range is inclusive.
Generated from protobuf field .google.protobuf.Timestamp end_time = 2;
var
Google\Protobuf\Timestamp
$this