google-apis-jobs_v4 0.16.0 → 0.17.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: 7c94c371e6a6c00968ce021f6aca6984ec8292f6f00c97ec20cf529515c599b3
4
- data.tar.gz: 1f67240287c853cfba849e085cacd827e7b5ef317ac064676c146784a2102e79
3
+ metadata.gz: add67424a91442edef47a435856f69f3b3fe3eaf8ff9437aa144027129079ebe
4
+ data.tar.gz: 810d927d39acb29ef36d126ab399da8d9a98e7ace005e50670f98e7fd93c8b8c
5
5
  SHA512:
6
- metadata.gz: b23456a94a4ad7ab9ef402be444e4e60e1942f08df3d43a6942c710b408f4171f80b1a65229035dd9b00bc1ad0b2d1d79895d46d2f6a125e8bd6405c30686a30
7
- data.tar.gz: b422a6e3a930350b0945ad7c8fcd51e229c8f37a00498cee31d95598caa55d142cc86a74bac0a07c2826df302755d0c231257e9e905887f8f2511603f0bc22e7
6
+ metadata.gz: 5babc9ab0c9d65d111c95344589995521623838ee81e319b68ec8865759ab3cce12410643bafd5d07891726e00ddd84fd66fab8d922674d4859d4c0b71102ad2
7
+ data.tar.gz: 7f990f4689bf1ea006eca5137faa18904b13f9bcdcd542431d35cf53486be8c4503d1c66d159f95caacb97cefbc8ead7ba7fcccc92634970c425d5b32c8e7d4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.17.0 (2022-05-26)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.16.0 (2022-03-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220325
@@ -1293,14 +1293,18 @@ module Google
1293
1293
  attr_accessor :companies
1294
1294
 
1295
1295
  # This filter specifies the company Company.display_name of the jobs to search
1296
- # against. The company name must match the value exactly. Alternatively, if the
1297
- # value being searched for is wrapped in `SUBSTRING_MATCH([value])`, the company
1298
- # name must contain a case insensitive substring match of the value. Using this
1299
- # function may increase latency. Sample Value: `SUBSTRING_MATCH(google)` If a
1300
- # value isn't specified, jobs within the search results are associated with any
1301
- # company. If multiple values are specified, jobs within the search results may
1302
- # be associated with any of the specified companies. At most 20 company display
1303
- # name filters are allowed.
1296
+ # against. The company name must match the value exactly. Alternatively, the
1297
+ # value being searched for can be wrapped in different match operators. `
1298
+ # SUBSTRING_MATCH([value])` The company name must contain a case insensitive
1299
+ # substring match of the value. Using this function may increase latency. Sample
1300
+ # Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([value])` The value
1301
+ # will be treated as a multi word token and the company name must contain a case
1302
+ # insensitive match of the value. Using this function may increase latency.
1303
+ # Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value isn't specified,
1304
+ # jobs within the search results are associated with any company. If multiple
1305
+ # values are specified, jobs within the search results may be associated with
1306
+ # any of the specified companies. At most 20 company display name filters are
1307
+ # allowed.
1304
1308
  # Corresponds to the JSON property `companyDisplayNames`
1305
1309
  # @return [Array<String>]
1306
1310
  attr_accessor :company_display_names
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.17.0
62
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: []
@@ -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 V4