public enum CommuteFilter.RoadTraffic extends Enum<CommuteFilter.RoadTraffic> implements ProtocolMessageEnum
The traffic density to use when calculating commute time.
Protobuf enum google.cloud.talent.v4.CommuteFilter.RoadTraffic
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
BUSY_HOUR | Commute time calculation takes in account the peak traffic impact. |
BUSY_HOUR_VALUE | Commute time calculation takes in account the peak traffic impact. |
ROAD_TRAFFIC_UNSPECIFIED | Road traffic situation isn't specified. |
ROAD_TRAFFIC_UNSPECIFIED_VALUE | Road traffic situation isn't specified. |
TRAFFIC_FREE | Optimal commute time without considering any traffic impact. |
TRAFFIC_FREE_VALUE | Optimal commute time without considering any traffic impact. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |