google-apis-jobs_v3p1beta1 0.1.0 → 0.2.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: 3d839ba244ae3fdbb23ef167970a34a4688673a1945543804bc442117695ae55
4
- data.tar.gz: acee5a2a9bc7009ea240fab15c6fb1a5ee40367f973571edc402e4a2668dc7b7
3
+ metadata.gz: c4424e309e2539bc05778253f29410018cf1ad3b6239919517662a942a0ef99f
4
+ data.tar.gz: 65e4cde4de5999e87cffcbe21178206f844cf713557c443b194025b7535cda3a
5
5
  SHA512:
6
- metadata.gz: 648752a9ac4a31f409348761f41c2afaaab149a8d1ea09c8b4f5ac17baaf65b04fa133a80c60a30ecb40f87dd7bbcf5e711a93a26a67da5e68b63819fa6cdbca
7
- data.tar.gz: 77c3ca3f8427e2c66c72967beec19ba45de74174c9fa92aec1b680b2500667601f7f03853a8828f9be84452e7bdc6707413e6c08208124d18cd9685bcf27d828
6
+ metadata.gz: e9e34e202b0dd17e817b7c961372ea9612fdcb86ae776461a10d12e8b93253fdcd500ea665b419715b8d486269ae1239558279bd24de0c4766f0581c19a8c124
7
+ data.tar.gz: 06bb33863b0acaaff1f9648e5de202a7b86f771d6e2f2f90180933faa0c809506c2011188cd1a4963fe5cac8d914f8a426fcceb55a8353e36183dd5870fd9d76
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.2.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210217
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -1807,13 +1807,17 @@ module Google
1807
1807
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
1808
1808
  attr_accessor :lat_lng
1809
1809
 
1810
- # Optional. CLDR region code of the country/region of the address. This is used
1811
- # to address ambiguity of the user-input location, for example, "Liverpool"
1812
- # against "Liverpool, NY, US" or "Liverpool, UK". Set this field if all the jobs
1813
- # to search against are from a same region, or jobs are world-wide, but the job
1814
- # seeker is from a specific region. See http://cldr.unicode.org/ and http://www.
1815
- # unicode.org/cldr/charts/30/supplemental/territory_information.html for details.
1816
- # Example: "CH" for Switzerland.
1810
+ # Optional. CLDR region code of the country/region. This field may be used in
1811
+ # two ways: 1) If telecommute preference is not set, this field is used address
1812
+ # ambiguity of the user-input address. For example, "Liverpool" may refer to "
1813
+ # Liverpool, NY, US" or "Liverpool, UK". This region code biases the address
1814
+ # resolution toward a specific country or territory. If this field is not set,
1815
+ # address resolution is biased toward the United States by default. 2) If
1816
+ # telecommute preference is set to TELECOMMUTE_ALLOWED, the telecommute location
1817
+ # filter will be limited to the region specified in this field. If this field is
1818
+ # not set, the telecommute job locations will not be limited. See https://
1819
+ # unicode-org.github.io/cldr-staging/charts/latest/supplemental/
1820
+ # territory_information.html for details. Example: "CH" for Switzerland.
1817
1821
  # Corresponds to the JSON property `regionCode`
1818
1822
  # @return [String]
1819
1823
  attr_accessor :region_code
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201124"
25
+ REVISION = "20210217"
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-22 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.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.2.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.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Talent Solution API V3p1beta1