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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb

Overview

Commute details related to this job.

Instance Attribute Summary collapse

Instance Attribute Details

#job_locationGoogle::Cloud::Talent::V4beta1::Location

Returns Location used as the destination in the commute calculation.

Returns:



644
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 644

class CommuteInfo; end

#travel_durationGoogle::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.



644
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 644

class CommuteInfo; end