Google Cloud Talent Solution v4beta1 API - Class CommuteFilter (3.0.0-beta04)

public sealed class CommuteFilter : IMessage<CommuteFilter>, IEquatable<CommuteFilter>, IDeepCloneable<CommuteFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CommuteFilter.

Parameters needed for commute search.

Inheritance

object > CommuteFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

CommuteFilter()

public CommuteFilter()

CommuteFilter(CommuteFilter)

public CommuteFilter(CommuteFilter other)
Parameter
NameDescription
otherCommuteFilter

Properties

AllowImpreciseAddresses

public bool AllowImpreciseAddresses { get; set; }

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.

Property Value
TypeDescription
bool

CommuteMethod

public CommuteMethod CommuteMethod { get; set; }

Required. The method of transportation to calculate the commute time for.

Property Value
TypeDescription
CommuteMethod

DepartureTime

public TimeOfDay DepartureTime { get; set; }

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.

Property Value
TypeDescription
TimeOfDay

HasRoadTraffic

public bool HasRoadTraffic { get; }

Gets whether the "road_traffic" field is set

Property Value
TypeDescription
bool

RoadTraffic

public CommuteFilter.Types.RoadTraffic RoadTraffic { get; set; }

Specifies the traffic density to use when calculating commute time.

Property Value
TypeDescription
CommuteFilterTypesRoadTraffic

StartCoordinates

public LatLng StartCoordinates { get; set; }

Required. The latitude and longitude of the location to calculate the commute time from.

Property Value
TypeDescription
LatLng

TrafficOptionCase

public CommuteFilter.TrafficOptionOneofCase TrafficOptionCase { get; }
Property Value
TypeDescription
CommuteFilterTrafficOptionOneofCase

TravelDuration

public Duration TravelDuration { get; set; }

Required. The maximum travel time in seconds. The maximum allowed value is 3600s (one hour). Format is 123s.

Property Value
TypeDescription
Duration