Class: Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#job_location::Google::Cloud::Talent::V4beta1::Location

Returns Location used as the destination in the commute calculation.

Returns:



749
750
751
752
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 749

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.

Returns:

  • (::Google::Protobuf::Duration)

    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.



749
750
751
752
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 749

class CommuteInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end