google-apis-jobs_v3 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: 5d736c18aec97d0ca76df9d1ac58af103f2a60c72ed01ce951f884934894c349
4
- data.tar.gz: 65b1650b0a9685e389f0cc2847f3b154262f04ebbcd3890a22a03022fee5bab4
3
+ metadata.gz: 7832ac979a6e6ebf7c97bf8b1a996f13953061f81b5f1e3e60f48c28bba8cd0e
4
+ data.tar.gz: e54ef938490dfd95d916adf1aa7024de36261321c220ed6d1cf939b22c3feae3
5
5
  SHA512:
6
- metadata.gz: ecc69dcee953533060af5089c9645cd1c084e94f10f9956727a29eaffa3e1e073d32136e89cd642dd9b0b5e876c944ef7633004ca511e2f51e840d1f893eef05
7
- data.tar.gz: 044edede3e6b454c833d56645520152e0ab847d23c8e1e8789842f914234e6e64f1ed1eb2d00429c4283f49e0ec746c00db420bd003abdf157e5f83eb18d6158
6
+ metadata.gz: 3fc993dcfcc0aa53c0259a3c3eaf4bc1e61e85f92cd4f524a7ca745593981a24d1ff7c9b6538530e23d506ac296e21ff9b68ade6dd79f025ffc65939107785cb
7
+ data.tar.gz: a02ae33deb0a4c51f4fc0c880b9ebd6d66e34e3ce4785b088584ea0d3395488176c5f5da04459c0d74565bdf3e5d6a571be336880e08af1ac94a9974b7d469f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.2.0 (2021-02-18)
4
+
5
+ * Regenerated from discovery document revision 20210211
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
@@ -1659,13 +1659,17 @@ module Google
1659
1659
  # @return [Google::Apis::JobsV3::LatLng]
1660
1660
  attr_accessor :lat_lng
1661
1661
 
1662
- # Optional. CLDR region code of the country/region of the address. This is used
1663
- # to address ambiguity of the user-input location, for example, "Liverpool"
1664
- # against "Liverpool, NY, US" or "Liverpool, UK". Set this field if all the jobs
1665
- # to search against are from a same region, or jobs are world-wide, but the job
1666
- # seeker is from a specific region. See http://cldr.unicode.org/ and http://www.
1667
- # unicode.org/cldr/charts/30/supplemental/territory_information.html for details.
1668
- # Example: "CH" for Switzerland.
1662
+ # Optional. CLDR region code of the country/region. This field may be used in
1663
+ # two ways: 1) If telecommute preference is not set, this field is used address
1664
+ # ambiguity of the user-input address. For example, "Liverpool" may refer to "
1665
+ # Liverpool, NY, US" or "Liverpool, UK". This region code biases the address
1666
+ # resolution toward a specific country or territory. If this field is not set,
1667
+ # address resolution is biased toward the United States by default. 2) If
1668
+ # telecommute preference is set to TELECOMMUTE_ALLOWED, the telecommute location
1669
+ # filter will be limited to the region specified in this field. If this field is
1670
+ # not set, the telecommute job locations will not be limited. See https://
1671
+ # unicode-org.github.io/cldr-staging/charts/latest/supplemental/
1672
+ # territory_information.html for details. Example: "CH" for Switzerland.
1669
1673
  # Corresponds to the JSON property `regionCode`
1670
1674
  # @return [String]
1671
1675
  attr_accessor :region_code
@@ -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.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 = "20210211"
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.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_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3
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 V3