Module: Google::Cloud::Talent::V4beta1::CommuteMethod

Defined in:
proto_docs/google/cloud/talent/v4beta1/common.rb

Overview

Method for commute.

Constant Summary collapse

COMMUTE_METHOD_UNSPECIFIED =

Commute method isn't specified.

0
DRIVING =

Commute time is calculated based on driving time.

1
TRANSIT =

Commute time is calculated based on public transit including bus, metro, subway, and so on.

2
WALKING =

Commute time is calculated based on walking time.

3
CYCLING =

Commute time is calculated based on biking time.

4