google-apis-jobs_v3 0.1.0 → 0.6.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: 176c65fd48d01bd79eae45d23c9745810e0791c879fea9d1da11dac03457f0c7
4
+ data.tar.gz: 88bece16cd2ffa9b155e8674122e0db14f832958c42bed18ea23f2fc42c2284e
5
5
  SHA512:
6
- metadata.gz: ecc69dcee953533060af5089c9645cd1c084e94f10f9956727a29eaffa3e1e073d32136e89cd642dd9b0b5e876c944ef7633004ca511e2f51e840d1f893eef05
7
- data.tar.gz: 044edede3e6b454c833d56645520152e0ab847d23c8e1e8789842f914234e6e64f1ed1eb2d00429c4283f49e0ec746c00db420bd003abdf157e5f83eb18d6158
6
+ metadata.gz: 9e6fdab2bc3f9c3f60eb094cd6d31f38ac12bb3631fe23e776579823a826da3679a3ccf65491945db74dbc16bf68eeccae13cc61b7f7314f2a367d0839441f39
7
+ data.tar.gz: 3d6d843ff75e57f1fb67dc75870ed653d39f1f6d57d58b70a5c13b655a893a5a5809a4f847ab3f845e4b9a6e23a9e72a16cf091c38f7ec358aabb5dc6a5ffa04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.6.0 (2021-06-18)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.5.0 (2021-05-21)
9
+
10
+ * Regenerated from discovery document revision 20210506
11
+ * Unspecified changes
12
+
13
+ ### v0.4.0 (2021-04-16)
14
+
15
+ * Regenerated from discovery document revision 20210413
16
+ * Regenerated using generator version 0.2.0
17
+
18
+ ### v0.3.0 (2021-03-04)
19
+
20
+ * Unspecified changes
21
+
22
+ ### v0.2.0 (2021-02-18)
23
+
24
+ * Regenerated from discovery document revision 20210211
25
+ * Regenerated using generator version 0.1.2
26
+
3
27
  ### v0.1.0 (2021-01-07)
4
28
 
5
29
  * Regenerated using generator version 0.1.1
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V3'
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
@@ -234,8 +234,8 @@ module Google
234
234
 
235
235
  # An object that represents a latitude/longitude pair. This is expressed as a
236
236
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
237
- # specified otherwise, this must conform to the WGS84 standard. Values must be
238
- # within normalized ranges.
237
+ # specified otherwise, this object must conform to the WGS84 standard. Values
238
+ # must be within normalized ranges.
239
239
  # Corresponds to the JSON property `startCoordinates`
240
240
  # @return [Google::Apis::JobsV3::LatLng]
241
241
  attr_accessor :start_coordinates
@@ -1028,7 +1028,14 @@ module Google
1028
1028
  # and requisition_id are not allowed. If the original requisition_id must be
1029
1029
  # preserved, a custom field should be used for storage. It is also suggested to
1030
1030
  # group the locations that close to each other in the same job for better search
1031
- # experience. The maximum number of allowed characters is 500.
1031
+ # experience. Jobs with multiple addresses must have their addresses with the
1032
+ # same LocationType to allow location filtering to work properly. (For example,
1033
+ # a Job with addresses "1600 Amphitheatre Parkway, Mountain View, CA, USA" and "
1034
+ # London, UK" may not have location filters applied correctly at search time
1035
+ # since the first is a LocationType.STREET_ADDRESS and the second is a
1036
+ # LocationType.LOCALITY.) If a job needs to have multiple addresses, it is
1037
+ # suggested to split it into multiple jobs with same LocationTypes. The maximum
1038
+ # number of allowed characters is 500.
1032
1039
  # Corresponds to the JSON property `addresses`
1033
1040
  # @return [Array<String>]
1034
1041
  attr_accessor :addresses
@@ -1392,8 +1399,8 @@ module Google
1392
1399
  # existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3
1393
1400
  # levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum
1394
1401
  # of 100 comparisons or functions are allowed in the expression. The expression
1395
- # must be < 6000 bytes in length. Sample Query: `(LOWER(driving_license)="class \
1396
- # "a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1402
+ # must be < 10000 bytes in length. Sample Query: `(LOWER(driving_license)="class
1403
+ # \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1397
1404
  # Corresponds to the JSON property `customAttributeFilter`
1398
1405
  # @return [String]
1399
1406
  attr_accessor :custom_attribute_filter
@@ -1488,8 +1495,8 @@ module Google
1488
1495
 
1489
1496
  # An object that represents a latitude/longitude pair. This is expressed as a
1490
1497
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1491
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1492
- # within normalized ranges.
1498
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1499
+ # must be within normalized ranges.
1493
1500
  class LatLng
1494
1501
  include Google::Apis::Core::Hashable
1495
1502
 
@@ -1586,8 +1593,8 @@ module Google
1586
1593
 
1587
1594
  # An object that represents a latitude/longitude pair. This is expressed as a
1588
1595
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1589
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1590
- # within normalized ranges.
1596
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1597
+ # must be within normalized ranges.
1591
1598
  # Corresponds to the JSON property `latLng`
1592
1599
  # @return [Google::Apis::JobsV3::LatLng]
1593
1600
  attr_accessor :lat_lng
@@ -1653,19 +1660,23 @@ module Google
1653
1660
 
1654
1661
  # An object that represents a latitude/longitude pair. This is expressed as a
1655
1662
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1656
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1657
- # within normalized ranges.
1663
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1664
+ # must be within normalized ranges.
1658
1665
  # Corresponds to the JSON property `latLng`
1659
1666
  # @return [Google::Apis::JobsV3::LatLng]
1660
1667
  attr_accessor :lat_lng
1661
1668
 
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.
1669
+ # Optional. CLDR region code of the country/region. This field may be used in
1670
+ # two ways: 1) If telecommute preference is not set, this field is used address
1671
+ # ambiguity of the user-input address. For example, "Liverpool" may refer to "
1672
+ # Liverpool, NY, US" or "Liverpool, UK". This region code biases the address
1673
+ # resolution toward a specific country or territory. If this field is not set,
1674
+ # address resolution is biased toward the United States by default. 2) If
1675
+ # telecommute preference is set to TELECOMMUTE_ALLOWED, the telecommute location
1676
+ # filter will be limited to the region specified in this field. If this field is
1677
+ # not set, the telecommute job locations will not be limited. See https://
1678
+ # unicode-org.github.io/cldr-staging/charts/latest/supplemental/
1679
+ # territory_information.html for details. Example: "CH" for Switzerland.
1669
1680
  # Corresponds to the JSON property `regionCode`
1670
1681
  # @return [String]
1671
1682
  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.6.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201124"
25
+ REVISION = "20210611"
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.6.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-06-21 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.6.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
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 V3