google-apis-jobs_v4 0.8.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec8cf2fcb55d18bfc12455dce8ab10f16df9e69e012719d90f21c60b119767bf
4
- data.tar.gz: b0821242ef94c26b25f5ea5e0259c273841d759c3bfa09b3bfd26978b7cd7bd9
3
+ metadata.gz: 9f2f09b4a2f00a975b07e5058d9277eb1ac133fdfbe90e8a2ff35ff47c2da8f6
4
+ data.tar.gz: e76f7e317f023fb255945f87cb6f79e5b28a85f0ef3e533534fbfc64d76a85ed
5
5
  SHA512:
6
- metadata.gz: 247215e272c0300de8ed1fb4b42a14546ebad0a5b57f349488c24293e89c961be93ee6088a31774d164b689455e8887d9c2eb8da2280bd7a37f2e630e494df3e
7
- data.tar.gz: 58c9afdcbc01a53863d491904c122f770dea4ddd62ebaeffde8c2d10f6b50761efe44f9244721d3f93b8b89a6e1fcc3290d6773032cb1ea9faacac91966e3c7c
6
+ metadata.gz: fc310c24b75809058dec17618a11182ace4fb9c1f5833a0cc344fefef4598688eb6b4765383bfb50efaf170d4c2154b2efd9dd64c8aabf9b09a7f1ef756a14dd
7
+ data.tar.gz: 314f33eeedb6192dedd3d6a744f7521a3302201019f8e879260b1b1ec4d49aef0266888e827b9ee7142d9d5084a3eb9ff6770c25660531ed246fe534cf0742c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.12.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.11.0 (2021-09-03)
8
+
9
+ * Regenerated from discovery document revision 20210830
10
+
11
+ ### v0.10.0 (2021-07-31)
12
+
13
+ * Regenerated from discovery document revision 20210722
14
+
15
+ ### v0.9.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.8.0 (2021-06-24)
4
20
 
5
21
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Jobs service in particular.)
67
67
 
@@ -809,7 +809,7 @@ module Google
809
809
  # Supported operators are: +, -, *, /, where the left and right side of the
810
810
  # operator is either a numeric Job.custom_attributes key, integer/double value
811
811
  # or an expression that can be evaluated to a number. Parenthesis are supported
812
- # to adjust calculation precedence. The expression must be < 100 characters in
812
+ # to adjust calculation precedence. The expression must be < 200 characters in
813
813
  # length. The expression is considered invalid for a job if the expression
814
814
  # references custom attributes that are not populated on the job or if the
815
815
  # expression results in a divide by zero. If an expression is invalid for a job,
@@ -2263,18 +2263,23 @@ module Google
2263
2263
  # @return [Google::Apis::JobsV4::CustomRankingInfo]
2264
2264
  attr_accessor :custom_ranking_info
2265
2265
 
2266
- # Controls whether to disable exact keyword match on Job.title, Job.description,
2267
- # Job.company_display_name, Job.addresses, Job.qualifications. When disable
2268
- # keyword match is turned off, a keyword match returns jobs that do not match
2269
- # given category filters when there are matching keywords. For example, for the
2270
- # query "program manager," a result is returned even if the job posting has the
2271
- # title "software developer," which doesn't fall into "program manager" ontology,
2272
- # but does have "program manager" appearing in its description. For queries
2273
- # like "cloud" that don't contain title or location specific ontology, jobs with
2274
- # "cloud" keyword matches are returned regardless of this flag's value. Use
2275
- # Company.keyword_searchable_job_custom_attributes if company-specific globally
2276
- # matched custom field/attribute string values are needed. Enabling keyword
2277
- # match improves recall of subsequent search requests. Defaults to false.
2266
+ # This field is deprecated. Please use SearchJobsRequest.keyword_match_mode
2267
+ # going forward. To migrate, disable_keyword_match set to false maps to
2268
+ # KeywordMatchMode.KEYWORD_MATCH_ALL, and disable_keyword_match set to true maps
2269
+ # to KeywordMatchMode.KEYWORD_MATCH_DISABLED. If SearchJobsRequest.
2270
+ # keyword_match_mode is set, this field is ignored. Controls whether to disable
2271
+ # exact keyword match on Job.title, Job.description, Job.company_display_name,
2272
+ # Job.addresses, Job.qualifications. When disable keyword match is turned off, a
2273
+ # keyword match returns jobs that do not match given category filters when there
2274
+ # are matching keywords. For example, for the query "program manager," a result
2275
+ # is returned even if the job posting has the title "software developer," which
2276
+ # doesn't fall into "program manager" ontology, but does have "program manager"
2277
+ # appearing in its description. For queries like "cloud" that don't contain
2278
+ # title or location specific ontology, jobs with "cloud" keyword matches are
2279
+ # returned regardless of this flag's value. Use Company.
2280
+ # keyword_searchable_job_custom_attributes if company-specific globally matched
2281
+ # custom field/attribute string values are needed. Enabling keyword match
2282
+ # improves recall of subsequent search requests. Defaults to false.
2278
2283
  # Corresponds to the JSON property `disableKeywordMatch`
2279
2284
  # @return [Boolean]
2280
2285
  attr_accessor :disable_keyword_match
@@ -2369,6 +2374,13 @@ module Google
2369
2374
  # @return [String]
2370
2375
  attr_accessor :job_view
2371
2376
 
2377
+ # Controls what keyword match options to use. If both keyword_match_mode and
2378
+ # disable_keyword_match are set, keyword_match_mode will take precedence.
2379
+ # Defaults to KeywordMatchMode.KEYWORD_MATCH_ALL if no value is specified.
2380
+ # Corresponds to the JSON property `keywordMatchMode`
2381
+ # @return [String]
2382
+ attr_accessor :keyword_match_mode
2383
+
2372
2384
  # A limit on the number of jobs returned in the search results. Increasing this
2373
2385
  # value above the default value of 10 can increase search response time. The
2374
2386
  # value can be between 1 and 100.
@@ -2455,6 +2467,7 @@ module Google
2455
2467
  @histogram_queries = args[:histogram_queries] if args.key?(:histogram_queries)
2456
2468
  @job_query = args[:job_query] if args.key?(:job_query)
2457
2469
  @job_view = args[:job_view] if args.key?(:job_view)
2470
+ @keyword_match_mode = args[:keyword_match_mode] if args.key?(:keyword_match_mode)
2458
2471
  @max_page_size = args[:max_page_size] if args.key?(:max_page_size)
2459
2472
  @offset = args[:offset] if args.key?(:offset)
2460
2473
  @order_by = args[:order_by] if args.key?(:order_by)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV4
18
18
  # Version of the google-apis-jobs_v4 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210611"
25
+ REVISION = "20210830"
26
26
  end
27
27
  end
28
28
  end
@@ -857,6 +857,7 @@ module Google
857
857
  property :job_query, as: 'jobQuery', class: Google::Apis::JobsV4::JobQuery, decorator: Google::Apis::JobsV4::JobQuery::Representation
858
858
 
859
859
  property :job_view, as: 'jobView'
860
+ property :keyword_match_mode, as: 'keywordMatchMode'
860
861
  property :max_page_size, as: 'maxPageSize'
861
862
  property :offset, as: 'offset'
862
863
  property :order_by, as: 'orderBy'
@@ -755,12 +755,14 @@ module Google
755
755
  # foo/tenants/bar".
756
756
  # @param [String] filter
757
757
  # Required. The filter string specifies the jobs to be enumerated. Supported
758
- # operator: =, AND The fields eligible for filtering are: * `companyName` (
759
- # Required) * `requisitionId` * `status` Available values: OPEN, EXPIRED, ALL.
760
- # Defaults to OPEN if no value is specified. Sample Query: * companyName = "
761
- # projects/foo/tenants/bar/companies/baz" * companyName = "projects/foo/tenants/
762
- # bar/companies/baz" AND requisitionId = "req-1" * companyName = "projects/foo/
763
- # tenants/bar/companies/baz" AND status = "EXPIRED"
758
+ # operator: =, AND The fields eligible for filtering are: * `companyName` * `
759
+ # requisitionId` * `status` Available values: OPEN, EXPIRED, ALL. Defaults to
760
+ # OPEN if no value is specified. At least one of `companyName` and `
761
+ # requisitionId` must present or an INVALID_ARGUMENT error is thrown. Sample
762
+ # Query: * companyName = "projects/foo/tenants/bar/companies/baz" * companyName =
763
+ # "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1" *
764
+ # companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED" *
765
+ # requisitionId = "req-1" * requisitionId = "req-1" AND status = "EXPIRED"
764
766
  # @param [String] job_view
765
767
  # The desired job attributes returned for jobs in the search response. Defaults
766
768
  # to JobView.JOB_VIEW_FULL if no value is specified.
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V4'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage job postings
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-28 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: