Class: Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/job_service.rb
Overview
Commute details related to this job.
Instance Attribute Summary collapse
-
#job_location ⇒ ::Google::Cloud::Talent::V4::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::V4::Location
Returns Location used as the destination in the commute calculation.
723 724 725 726 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 723 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.
723 724 725 726 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 723 class CommuteInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |