Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class TimeWindow.
A time range.
Generated from protobuf message maps.fleetengine.delivery.v1.TimeWindow
Namespace
Google \ Maps \ FleetEngine \ Delivery \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
Required. The start time of the time window (inclusive). |
↳ end_time |
Google\Protobuf\Timestamp
Required. The end time of the time window (inclusive). |
getStartTime
Required. The start time of the time window (inclusive).
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Required. The start time of the time window (inclusive).
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Required. The end time of the time window (inclusive).
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Required. The end time of the time window (inclusive).
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |