google-apis-jobs_v3 0.14.0 → 0.15.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: 97311699305e4e8401df3e2696ee58550531524a0835477368f5aaa129d60b5b
4
- data.tar.gz: f2455946beb32db3779cdde53ac7d4e8c4d421da9537cf6affe5b356994fc579
3
+ metadata.gz: a9be7c249b9304f379607e9511345037c706d7ecafeeecf103b35ce08549000b
4
+ data.tar.gz: 4d21e8dddb766a438f0a5ee1237b7f59cc614b4e47b910e6c94f8228dcc2d612
5
5
  SHA512:
6
- metadata.gz: d6e7959e9bac2e6ca048e10518e8e60744097b3a11afddf52cd40035657cba34b6bffcbb5decb5a8a847ced59e7faa8c11869b025771fdcd98d5be5058510897
7
- data.tar.gz: 86356e984118b7c97f66434fa91d2de37227252d8079a2995db69a6ac8c779a4e86e56f0db10406ff6ae65b9b9809c2698d376cd91dd4a836a3a14919f9990ad
6
+ metadata.gz: 49e1ac0f023e5d476d6bb492055189dfa1b1253848d556b38e9abceea5aa566195a4bc4a4e0f43b473592fab035ac30aabce220865198f7d690e4c43bb9ca45c
7
+ data.tar.gz: c3257d2943ad1dcdb9aaa2940022d0c701631b6ab0d5b72f671b2be60acd73258f77ce8eece82a589c9d9909bb58ea67f16f05c1afed89b03bfe74a5f19da7ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.15.0 (2022-05-26)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.14.0 (2022-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20220325
@@ -1366,13 +1366,17 @@ module Google
1366
1366
 
1367
1367
  # Optional. This filter specifies the company Company.display_name of the jobs
1368
1368
  # to search against. The company name must match the value exactly.
1369
- # Alternatively, if the value being searched for is wrapped in `SUBSTRING_MATCH([
1370
- # value])`, the company name must contain a case insensitive substring match of
1371
- # the value. Using this function may increase latency. Sample Value: `
1372
- # SUBSTRING_MATCH(google)` If a value isn't specified, jobs within the search
1373
- # results are associated with any company. If multiple values are specified,
1374
- # jobs within the search results may be associated with any of the specified
1375
- # companies. At most 20 company display name filters are allowed.
1369
+ # Alternatively, the value being searched for can be wrapped in different match
1370
+ # operators. `SUBSTRING_MATCH([value])` The company name must contain a case
1371
+ # insensitive substring match of the value. Using this function may increase
1372
+ # latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([
1373
+ # value])` The value will be treated as a multi word token and the company name
1374
+ # must contain a case insensitive match of the value. Using this function may
1375
+ # increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value
1376
+ # isn't specified, jobs within the search results are associated with any
1377
+ # company. If multiple values are specified, jobs within the search results may
1378
+ # be associated with any of the specified companies. At most 20 company display
1379
+ # name filters are allowed.
1376
1380
  # Corresponds to the JSON property `companyDisplayNames`
1377
1381
  # @return [Array<String>]
1378
1382
  attr_accessor :company_display_names
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3
18
18
  # Version of the google-apis-jobs_v3 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220325"
25
+ REVISION = "20220513"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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: 2022-04-04 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V3