google-apis-jobs_v3 0.12.0 → 0.13.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: a6cc4d08af0c109a9913a8f0739e5b8fbc34fb0bed7c629c726ffe4e3d29e1fd
4
- data.tar.gz: 98eaa2d934f3f3629cdc41678a1a3aa4685f9868d9b6bc326005464a279c9079
3
+ metadata.gz: ae2115958cc68dc212308b0833194bb34f9e30fa2ce41c47af00c7d8b4b760a0
4
+ data.tar.gz: 8f8478f7e1c1d3758f8bcde1330fe49347cb73ab54207f23a2630d5537a107e7
5
5
  SHA512:
6
- metadata.gz: 494bc1494dfa1951c8d98564ae9666d36c517f41cf689127d10a90f210f9be9e17b50a85c1f42bbf2bc30112ccf0cf124acab0eddd5ccbdd2cbc64428cd404b4
7
- data.tar.gz: ccdf742da62f446047a36952b05766d5a78869f6242bc24af98a1b8e9269700e370804d1e7f9a1a7a048d269d6025bea7a30b0994fc44a63be28d33bb4db9f61
6
+ metadata.gz: 79c791b7842cde73706450b0e630794240bbc81c00a7d28e3d689a5354f84ee960cf1cc36f5172a3d345f48200ec276a66bf178ba5e3478de29c02203fc482c0
7
+ data.tar.gz: d306acb21c3634501abd073e84d214be8991e01f10322249b9bd38eb6a22dd0a18e92f58e3f026bb17feac5c314cf5038d6ff79f6115188a0cbd99fa7f0a2b89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.13.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220303
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.12.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -1365,11 +1365,15 @@ module Google
1365
1365
  # @return [Google::Apis::JobsV3::CommuteFilter]
1366
1366
  attr_accessor :commute_filter
1367
1367
 
1368
- # Optional. This filter specifies the exact company display name of the jobs to
1369
- # search against. If a value isn't specified, jobs within the search results are
1370
- # associated with any company. If multiple values are specified, jobs within the
1371
- # search results may be associated with any of the specified companies. At most
1372
- # 20 company display name filters are allowed.
1368
+ # Optional. This filter specifies the company Company.display_name of the jobs
1369
+ # to search against. The company name must match the value exactly.
1370
+ # Alternatively, if the value being searched for is wrapped in SUBSTRING_MATCH([
1371
+ # value]), the company name must contain a case insensitive substring match of
1372
+ # the value. Using this function may increase latency. Sample Value:
1373
+ # SUBSTRING_MATCH(google) If a value isn't specified, jobs within the search
1374
+ # results are associated with any company. If multiple values are specified,
1375
+ # jobs within the search results may be associated with any of the specified
1376
+ # companies. At most 20 company display name filters are allowed.
1373
1377
  # Corresponds to the JSON property `companyDisplayNames`
1374
1378
  # @return [Array<String>]
1375
1379
  attr_accessor :company_display_names
@@ -2107,8 +2111,8 @@ module Google
2107
2111
  attr_accessor :recipients
2108
2112
 
2109
2113
  # Required. CLDR region code of the country/region of the address. This is never
2110
- # inferred and it is up to the user to ensure the value is correct. See http://
2111
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
2114
+ # inferred and it is up to the user to ensure the value is correct. See https://
2115
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
2112
2116
  # territory_information.html for details. Example: "CH" for Switzerland.
2113
2117
  # Corresponds to the JSON property `regionCode`
2114
2118
  # @return [String]
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210830"
25
+ REVISION = "20220303"
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.12.0
4
+ version: 0.13.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-14 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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.13.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.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V3