Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class RoadTraffic.
The traffic density to use when calculating commute time.
Protobuf type google.cloud.talent.v4.CommuteFilter.RoadTraffic
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ROAD_TRAFFIC_UNSPECIFIED
Value: 0Road traffic situation isn't specified.
Generated from protobuf enum ROAD_TRAFFIC_UNSPECIFIED = 0;
TRAFFIC_FREE
Value: 1Optimal commute time without considering any traffic impact.
Generated from protobuf enum TRAFFIC_FREE = 1;
BUSY_HOUR
Value: 2Commute time calculation takes in account the peak traffic impact.
Generated from protobuf enum BUSY_HOUR = 2;