google-apis-jobs_v4 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: cadfaddf96ba08b8153ae104ae1e68dc4d0ecdc06d3266dc15dc553e915c1560
4
- data.tar.gz: 7a87c217b83589767f69b0752fe5336ad687bcfc92b75f4174365ce6a15686a3
3
+ metadata.gz: 1f4bd3df26e1b007aca83365710f95a4dcb1f202b7272570ca50e26403fa64ef
4
+ data.tar.gz: 1092b0d9eb107bf06c8952e92fb9f35fd3924619153b02052050af854976a25f
5
5
  SHA512:
6
- metadata.gz: 7d05214e14ae3d4c71261c0a44a92cd826fb31be8c2e1d54cfba5c9ca4d2d583a4f962dcc343b6a73e2aeefef83704b19a1fe949a86b3590c0a191262d71d634
7
- data.tar.gz: 7dbbb066c38e32bed69b728e7c07219d4dfca1d1cd74082d6b49beae956f20217b0ba4674072c70f85130550e9b523af105cbdf30caec5884a28c0cd4291837d
6
+ metadata.gz: 4254cfad7623cb51b2b5853e2b8d6f109798d85cc1977b9f5a9baeb1ebb4bc7f5dbddbf0cd5c60136981c36f51c6ca0354a2aa83ea2a177f0d8c8f0abe59f88c
7
+ data.tar.gz: a17b728e70d115669725d80c711be98898fc88c42902fd9d8ea7da36503bf9a9b9def0c8a95475a39c5f6ede277dccb64390c297a57200a7683771c3dbeca7e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v4
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
@@ -1643,13 +1643,17 @@ module Google
1643
1643
  # @return [Google::Apis::JobsV4::LatLng]
1644
1644
  attr_accessor :lat_lng
1645
1645
 
1646
- # CLDR region code of the country/region of the address. This is used to address
1647
- # ambiguity of the user-input location, for example, "Liverpool" against "
1648
- # Liverpool, NY, US" or "Liverpool, UK". Set this field to bias location
1649
- # resolution toward a specific country or territory. If this field is not set,
1650
- # application behavior is biased toward the United States by default. See https:/
1651
- # /www.unicode.org/cldr/charts/30/supplemental/territory_information.html for
1652
- # details. Example: "CH" for Switzerland.
1646
+ # CLDR region code of the country/region. This field may be used in two ways: 1)
1647
+ # If telecommute preference is not set, this field is used address ambiguity of
1648
+ # the user-input address. For example, "Liverpool" may refer to "Liverpool, NY,
1649
+ # US" or "Liverpool, UK". This region code biases the address resolution toward
1650
+ # a specific country or territory. If this field is not set, address resolution
1651
+ # is biased toward the United States by default. 2) If telecommute preference is
1652
+ # set to TELECOMMUTE_ALLOWED, the telecommute location filter will be limited to
1653
+ # the region specified in this field. If this field is not set, the telecommute
1654
+ # job locations will not be See https://unicode-org.github.io/cldr-staging/
1655
+ # charts/latest/supplemental/territory_information.html for details. Example: "
1656
+ # CH" for Switzerland.
1653
1657
  # Corresponds to the JSON property `regionCode`
1654
1658
  # @return [String]
1655
1659
  attr_accessor :region_code
@@ -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.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_v4
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_v4/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.2.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.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 V4