Class: Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
Output only.
Commute details related to this job.
Instance Attribute Summary collapse
-
#job_location ⇒ Google::Cloud::Talent::V4beta1::Location
Location used as the destination in the commute calculation.
-
#travel_duration ⇒ Google::Protobuf::Duration
The number of seconds required to travel to the job location from the query location.
Instance Attribute Details
#job_location ⇒ Google::Cloud::Talent::V4beta1::Location
Returns Location used as the destination in the commute calculation.
673 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 673 class CommuteInfo; end |
#travel_duration ⇒ Google::Protobuf::Duration
Returns The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job isn't reachable within the requested duration, but was returned as part of an expanded query.
673 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 673 class CommuteInfo; end |