google-apis-jobs_v3 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d55fb4bdf491e784b515c20b63954f22d57c64ab2663c56a6ced122670d4d8c6
4
- data.tar.gz: a074fcec5b3004666b78450c37a60f714030b58ba02cc7e4d6a4593ef64badea
3
+ metadata.gz: 7aa68f73c125def58320c585d47413eebe1d3cb878a0bad92c323ecebaf9220a
4
+ data.tar.gz: 41c56d63d32a61c05e5b1ff656279cbec97ede78a86fc2c3545fd7a79844a2a1
5
5
  SHA512:
6
- metadata.gz: 66e9f31501542df1abbe6ae0c17801269671a111d8ae8c7235251004eba1dcaa9ec471fe3e8d3eecd4bff10874c8daf54de0036bbb6ed5739d12c2b0b71d66be
7
- data.tar.gz: 56c1594c6830c219f24f4e9ae82fbb726318e0128d674c0693f72fbad811ada095168997dbee1fbb3bc7415b75af0d7f5c7dece98c671767f8d21490a5661ade
6
+ metadata.gz: f7c8085b900cc8a1066c311839243496f920c928e9d46cdfc16e52242d8e8c0056a2d04892caf17f1550334c49caa67437c07527d056bf2b545887e0103c0dfc
7
+ data.tar.gz: edc94a5df9d218dd3a55ffcc1df73458a07179dee7fb1de73bbdb72e09e36e928118f9152ce577cca3794de21662c818ac1e88a3feeebbadf77e772488a3a4d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.32.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251014
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.31.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -1615,16 +1615,17 @@ module Google
1615
1615
  # @return [String]
1616
1616
  attr_accessor :location_type
1617
1617
 
1618
- # Represents a postal address (for example, for postal delivery or payments
1619
- # addresses). Given a postal address, a postal service can deliver items to a
1620
- # premise, P.O. box or similar. It is not intended to model geographical
1621
- # locations (roads, towns, mountains). In typical usage, an address would be
1622
- # created by user input or from importing existing data, depending on the type
1623
- # of process. Advice on address input or editing: - Use an internationalization-
1624
- # ready address widget such as https://github.com/google/libaddressinput. -
1625
- # Users should not be presented with UI elements for input or editing of fields
1626
- # outside countries where that field is used. For more guidance on how to use
1627
- # this schema, see: https://support.google.com/business/answer/6397478.
1618
+ # Represents a postal address, such as for postal delivery or payments addresses.
1619
+ # With a postal address, a postal service can deliver items to a premise, P.O.
1620
+ # box, or similar. A postal address is not intended to model geographical
1621
+ # locations like roads, towns, or mountains. In typical usage, an address would
1622
+ # be created by user input or from importing existing data, depending on the
1623
+ # type of process. Advice on address input or editing: - Use an
1624
+ # internationalization-ready address widget such as https://github.com/google/
1625
+ # libaddressinput. - Users should not be presented with UI elements for input or
1626
+ # editing of fields outside countries where that field is used. For more
1627
+ # guidance on how to use this schema, see: https://support.google.com/business/
1628
+ # answer/6397478.
1628
1629
  # Corresponds to the JSON property `postalAddress`
1629
1630
  # @return [Google::Apis::JobsV3::PostalAddress]
1630
1631
  attr_accessor :postal_address
@@ -1873,16 +1874,17 @@ module Google
1873
1874
  end
1874
1875
  end
1875
1876
 
1876
- # Represents a postal address (for example, for postal delivery or payments
1877
- # addresses). Given a postal address, a postal service can deliver items to a
1878
- # premise, P.O. box or similar. It is not intended to model geographical
1879
- # locations (roads, towns, mountains). In typical usage, an address would be
1880
- # created by user input or from importing existing data, depending on the type
1881
- # of process. Advice on address input or editing: - Use an internationalization-
1882
- # ready address widget such as https://github.com/google/libaddressinput. -
1883
- # Users should not be presented with UI elements for input or editing of fields
1884
- # outside countries where that field is used. For more guidance on how to use
1885
- # this schema, see: https://support.google.com/business/answer/6397478.
1877
+ # Represents a postal address, such as for postal delivery or payments addresses.
1878
+ # With a postal address, a postal service can deliver items to a premise, P.O.
1879
+ # box, or similar. A postal address is not intended to model geographical
1880
+ # locations like roads, towns, or mountains. In typical usage, an address would
1881
+ # be created by user input or from importing existing data, depending on the
1882
+ # type of process. Advice on address input or editing: - Use an
1883
+ # internationalization-ready address widget such as https://github.com/google/
1884
+ # libaddressinput. - Users should not be presented with UI elements for input or
1885
+ # editing of fields outside countries where that field is used. For more
1886
+ # guidance on how to use this schema, see: https://support.google.com/business/
1887
+ # answer/6397478.
1886
1888
  class PostalAddress
1887
1889
  include Google::Apis::Core::Hashable
1888
1890
 
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250326"
25
+ REVISION = "20251014"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.31.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.32.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Talent Solution API V3
79
79
  test_files: []