lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb in google-cloud-talent-0.8.1 vs lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb in google-cloud-talent-0.8.2
- old
+ new
@@ -522,10 +522,13 @@
# similar jobs appearing in sequence in the search results.
DISABLED = 1
# Default diversifying behavior. The result list is ordered so that
# highly similar results are pushed to the end of the last page of search
- # results.
+ # results. If you are using pageToken to page through the result set,
+ # latency might be lower but we can't guarantee that all results are
+ # returned. If you are using page offset, latency might be higher but all
+ # results are returned.
SIMPLE = 2
end
# A string-represented enumeration of the job search mode. The service
# operate differently for different modes of service.
\ No newline at end of file