google-apis-jobs_v4 0.4.0 → 0.5.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: 98e48dc9282748523b964c2ebad35d3efab28825c3f92aea0051225e3c90f139
4
- data.tar.gz: 2680c1c9648c6b9d22e4d3931073bd19be19c273bab3cfe350f508b90a4d543d
3
+ metadata.gz: 14e30939a4a56efc3abc3221039317ba6b64e2c9fd3c0f5ad83ee557064c6e9c
4
+ data.tar.gz: e7f09307a1938f49b14ed7d875b7ac8a4ac6099a8bd405967deb60b8b591614a
5
5
  SHA512:
6
- metadata.gz: e200a8b59e22c87f1c72dac8ebe0422cb5d07a51e0949a3476237bd42e62b730eba5acbcd38d3e4596815652051b8f6cea04b2eb3c435898b9352c1dfb325403
7
- data.tar.gz: ea5628d6e5a24a9a751e0d556686d229274b7502a370b3ada3d850a10a0b8017341fbddf2604ddd1783d317c27bc2b255f90a4c8234d5d0090574e951a81184c
6
+ metadata.gz: 2b1f2dbd365be9889069228d4d9831161801aa24ec5ef4e0f6538a63552338ec1c9760a96e4a83f5b7f0611e555caa0e66d596402d5e2d2d5288362f7b375da4
7
+ data.tar.gz: 328c5e598a9b72d7ba8773232abb7a710a5ecbbcd8d479df7b7d0438b52322047e72bfd088ddd0b9fc6d43fafe9e3d0d06a6199707ae7a7a05151428f02c7768
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.5.0 (2021-04-16)
4
+
5
+ * Regenerated from discovery document revision 20210413
6
+
3
7
  ### v0.4.0 (2021-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210309
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V4'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage job postings
@@ -941,7 +941,14 @@ module Google
941
941
  # requisition_id are not allowed. If the original requisition_id must be
942
942
  # preserved, a custom field should be used for storage. It is also suggested to
943
943
  # group the locations that close to each other in the same job for better search
944
- # experience. The maximum number of allowed characters is 500.
944
+ # experience. Jobs with multiple addresses must have their addresses with the
945
+ # same LocationType to allow location filtering to work properly. (For example,
946
+ # a Job with addresses "1600 Amphitheatre Parkway, Mountain View, CA, USA" and "
947
+ # London, UK" may not have location filters applied correctly at search time
948
+ # since the first is a LocationType.STREET_ADDRESS and the second is a
949
+ # LocationType.LOCALITY.) If a job needs to have multiple addresses, it is
950
+ # suggested to split it into multiple jobs with same LocationTypes. The maximum
951
+ # number of allowed characters is 500.
945
952
  # Corresponds to the JSON property `addresses`
946
953
  # @return [Array<String>]
947
954
  attr_accessor :addresses
@@ -2344,7 +2351,7 @@ module Google
2344
2351
  # , bucket(10000, 100000), bucket(100000, MAX)])` * `count(
2345
2352
  # string_custom_attribute["some-string-custom-attribute"])` * `count(
2346
2353
  # numeric_custom_attribute["some-numeric-custom-attribute"], [bucket(MIN, 0, "
2347
- # negative"), bucket(0, MAX, "non-negative"])`
2354
+ # negative"), bucket(0, MAX, "non-negative")])`
2348
2355
  # Corresponds to the JSON property `histogramQueries`
2349
2356
  # @return [Array<Google::Apis::JobsV4::HistogramQuery>]
2350
2357
  attr_accessor :histogram_queries
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210309"
25
+ REVISION = "20210413"
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.4.0
4
+ version: 0.5.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-03-15 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Talent Solution API V4