google-apis-jobs_v3p1beta1 0.3.0 → 0.4.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: a9eadf778cfc4d40b73b2bfd0edb3a1bb14406127bccab32ed93dcd8411ccb49
4
- data.tar.gz: 12460691cc5f78481803d1390d0a45579ebf9247f41a8c61fb20552904405548
3
+ metadata.gz: ada0fd3707d2290a56eb18b6348f4b731c35830378117c8f2bc82d002a72f4de
4
+ data.tar.gz: 9a2dc1e10d1fcc237bfb8aefbc149c7b70e4ae58db5bdc2f0aa27ffaa100ff39
5
5
  SHA512:
6
- metadata.gz: 78b1c3a5079240d1aeaedb52ec49a66164b5c08632003db2e13bd939b219f8f92299d5939cab4106606ddfa7537d839f7005ad86ce42d3a2239261cc921cc197
7
- data.tar.gz: b68aa7e7739c28272cdb0c7c1f5a9185197fd809fc04ba42e7df46e37db749ce8b5b26378c372ed929697b2b6325bb4cf20f154151bc01cf2ceb84ae9287dcb2
6
+ metadata.gz: 7cbaff615b6d79e69396b3300bb8ea798ac97de2084ad66655796aeadde589a64865ab9a42c18f387bcd0750f923d875cee3ad044f12cc0a4586d9a393c5044f
7
+ data.tar.gz: 73fabfb6356e12c607e4fb8f14b7605f72c619f0e6ec3f6c9226960e241c0b20ae44cde5b9af3ddb06a14a13dc52eb6de5a5b9dc906ce05056c95f84ce4b7e3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.4.0 (2021-04-16)
4
+
5
+ * Regenerated from discovery document revision 20210413
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V3p1beta1'
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
@@ -1043,8 +1043,8 @@ module Google
1043
1043
  # expressions: * count(admin1) * count(base_compensation, [bucket(1000, 10000),
1044
1044
  # bucket(10000, 100000), bucket(100000, MAX)]) * count(string_custom_attribute["
1045
1045
  # some-string-custom-attribute"]) * count(numeric_custom_attribute["some-numeric-
1046
- # custom-attribute"], [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative"]
1047
- # )
1046
+ # custom-attribute"], [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative")
1047
+ # ])
1048
1048
  # Corresponds to the JSON property `histogramQuery`
1049
1049
  # @return [String]
1050
1050
  attr_accessor :histogram_query
@@ -1169,7 +1169,14 @@ module Google
1169
1169
  # and requisition_id are not allowed. If the original requisition_id must be
1170
1170
  # preserved, a custom field should be used for storage. It is also suggested to
1171
1171
  # group the locations that close to each other in the same job for better search
1172
- # experience. The maximum number of allowed characters is 500.
1172
+ # experience. Jobs with multiple addresses must have their addresses with the
1173
+ # same LocationType to allow location filtering to work properly. (For example,
1174
+ # a Job with addresses "1600 Amphitheatre Parkway, Mountain View, CA, USA" and "
1175
+ # London, UK" may not have location filters applied correctly at search time
1176
+ # since the first is a LocationType.STREET_ADDRESS and the second is a
1177
+ # LocationType.LOCALITY.) If a job needs to have multiple addresses, it is
1178
+ # suggested to split it into multiple jobs with same LocationTypes. The maximum
1179
+ # number of allowed characters is 500.
1173
1180
  # Corresponds to the JSON property `addresses`
1174
1181
  # @return [Array<String>]
1175
1182
  attr_accessor :addresses
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3p1beta1
18
18
  # Version of the google-apis-jobs_v3p1beta1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
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_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-08 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_v3p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3p1beta1
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 V3p1beta1