generated/google/apis/jobs_v3/classes.rb in google-api-client-0.28.7 vs generated/google/apis/jobs_v3/classes.rb in google-api-client-0.29.0

- old
+ new

@@ -223,15 +223,19 @@ # Parameters needed for commute search. class CommuteFilter include Google::Apis::Core::Hashable # Optional. - # If `true`, jobs without street level addresses may also be returned. - # For city level addresses, the city center is used. For state and coarser - # level addresses, text matching is used. - # If this field is set to `false` or is not specified, only jobs that include - # street level addresses will be returned by commute search. + # If true, jobs without "precise" addresses (street level addresses or GPS + # coordinates) might also be returned. For city and coarser level addresses, + # text matching is used. If this field is set to false or is not specified, + # only jobs that include precise addresses are returned by Commute + # Search. + # Note: If `allow_imprecise_addresses` is set to true, Commute Search is not + # able to calculate accurate commute times to jobs with city level and + # coarser address information. Jobs with imprecise addresses will return a + # `travel_duration` time of 0 regardless of distance from the job seeker. # Corresponds to the JSON property `allowImpreciseAddresses` # @return [Boolean] attr_accessor :allow_imprecise_addresses alias_method :allow_imprecise_addresses?, :allow_imprecise_addresses @@ -2390,11 +2394,13 @@ # "relevance desc". # Supported options are: # * "relevance desc": By relevance descending, as determined by the API # algorithms. Relevance thresholding of query results is only available # with this ordering. - # * "posting`_`publish`_`time desc": By Job.posting_publish_time descending. - # * "posting`_`update`_`time desc": By Job.posting_update_time descending. + # * "posting`_`publish`_`time desc": By Job.posting_publish_time + # descending. + # * "posting`_`update`_`time desc": By Job.posting_update_time + # descending. # * "title": By Job.title ascending. # * "title desc": By Job.title descending. # * "annualized`_`base`_`compensation": By job's # CompensationInfo.annualized_base_compensation_range ascending. Jobs # whose annualized base compensation is unspecified are put at the end of