public interface CommuteFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowImpreciseAddresses()
Optional.
|
CommuteMethod |
getCommuteMethod()
Required.
|
int |
getCommuteMethodValue()
Required.
|
com.google.type.TimeOfDay |
getDepartureTime()
Optional.
|
com.google.type.TimeOfDayOrBuilder |
getDepartureTimeOrBuilder()
Optional.
|
CommuteFilter.RoadTraffic |
getRoadTraffic()
Optional.
|
int |
getRoadTrafficValue()
Optional.
|
com.google.type.LatLng |
getStartCoordinates()
Required.
|
com.google.type.LatLngOrBuilder |
getStartCoordinatesOrBuilder()
Required.
|
CommuteFilter.TrafficOptionCase |
getTrafficOptionCase() |
com.google.protobuf.Duration |
getTravelDuration()
Required.
|
com.google.protobuf.DurationOrBuilder |
getTravelDurationOrBuilder()
Required.
|
boolean |
hasDepartureTime()
Optional.
|
boolean |
hasStartCoordinates()
Required.
|
boolean |
hasTravelDuration()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCommuteMethodValue()
Required. The method of transportation for which to calculate the commute time.
.google.cloud.talent.v4beta1.CommuteMethod commute_method = 1;CommuteMethod getCommuteMethod()
Required. The method of transportation for which to calculate the commute time.
.google.cloud.talent.v4beta1.CommuteMethod commute_method = 1;boolean hasStartCoordinates()
Required. The latitude and longitude of the location from which to calculate the commute time.
.google.type.LatLng start_coordinates = 2;com.google.type.LatLng getStartCoordinates()
Required. The latitude and longitude of the location from which to calculate the commute time.
.google.type.LatLng start_coordinates = 2;com.google.type.LatLngOrBuilder getStartCoordinatesOrBuilder()
Required. The latitude and longitude of the location from which to calculate the commute time.
.google.type.LatLng start_coordinates = 2;boolean hasTravelDuration()
Required. The maximum travel time in seconds. The maximum allowed value is `3600s` (one hour). Format is `123s`.
.google.protobuf.Duration travel_duration = 3;com.google.protobuf.Duration getTravelDuration()
Required. The maximum travel time in seconds. The maximum allowed value is `3600s` (one hour). Format is `123s`.
.google.protobuf.Duration travel_duration = 3;com.google.protobuf.DurationOrBuilder getTravelDurationOrBuilder()
Required. The maximum travel time in seconds. The maximum allowed value is `3600s` (one hour). Format is `123s`.
.google.protobuf.Duration travel_duration = 3;boolean getAllowImpreciseAddresses()
Optional. If `true`, jobs without street level addresses may also be returned. For city level addresses, the city center is used. For state and coarser level addresses, text matching is used. If this field is set to `false` or isn't specified, only jobs that include street level addresses will be returned by commute search.
bool allow_imprecise_addresses = 4;int getRoadTrafficValue()
Optional. Specifies the traffic density to use when calculating commute time.
.google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic road_traffic = 5;CommuteFilter.RoadTraffic getRoadTraffic()
Optional. Specifies the traffic density to use when calculating commute time.
.google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic road_traffic = 5;boolean hasDepartureTime()
Optional. The departure time used to calculate traffic impact, represented as [google.type.TimeOfDay][google.type.TimeOfDay] in local time zone. Currently traffic model is restricted to hour level resolution.
.google.type.TimeOfDay departure_time = 6;com.google.type.TimeOfDay getDepartureTime()
Optional. The departure time used to calculate traffic impact, represented as [google.type.TimeOfDay][google.type.TimeOfDay] in local time zone. Currently traffic model is restricted to hour level resolution.
.google.type.TimeOfDay departure_time = 6;com.google.type.TimeOfDayOrBuilder getDepartureTimeOrBuilder()
Optional. The departure time used to calculate traffic impact, represented as [google.type.TimeOfDay][google.type.TimeOfDay] in local time zone. Currently traffic model is restricted to hour level resolution.
.google.type.TimeOfDay departure_time = 6;CommuteFilter.TrafficOptionCase getTrafficOptionCase()
Copyright © 2019 Google LLC. All rights reserved.