lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb in google-cloud-talent-0.8.3 vs lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb in google-cloud-talent-0.9.0

- old
+ new

@@ -298,12 +298,10 @@ # location, amongst the jobs deemed by the API as relevant) in search # results. This field is only considered if {Google::Cloud::Talent::V4beta1::SearchJobsRequest#page_token page_token} is unset. # # The maximum allowed value is 5000. Otherwise an error is thrown. # - # The maximum allowed value is 5000. Otherwise an error is thrown. - # # For example, 0 means to return results starting from the first matching # job, and 10 means to return from the 11th job. This can be used for # pagination, (for example, pageSize = 10 and offset = 10 means to return # from the second page). # @!attribute [rw] page_size @@ -413,13 +411,13 @@ # ranking position. # # An error is thrown if not specified. # @!attribute [rw] ranking_expression # @return [String] - # Required. Controls over how job documents get ranked on top of existing - # relevance score (determined by API algorithm). A combination of the - # ranking expression and relevance score is used to determine job's final - # ranking position. + # Required. Controls over how job documents get ranked on top of existing relevance + # score (determined by API algorithm). A combination of the ranking + # expression and relevance score is used to determine job's final ranking + # position. # # The syntax for this expression is a subset of Google SQL syntax. # # Supported operators are: +, -, *, /, where the left and right side of # the operator is either a numeric {Google::Cloud::Talent::V4beta1::Job#custom_attributes Job#custom_attributes} key, \ No newline at end of file