Class: Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/job_service.rb
Overview
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.
750 751 752 753 |
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 750 class CommuteInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
750 751 752 753 |
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 750 class CommuteInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |