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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/jobs_v3/classes.rb +22 -20
- data/lib/google/apis/jobs_v3/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aa68f73c125def58320c585d47413eebe1d3cb878a0bad92c323ecebaf9220a
|
4
|
+
data.tar.gz: 41c56d63d32a61c05e5b1ff656279cbec97ede78a86fc2c3545fd7a79844a2a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7c8085b900cc8a1066c311839243496f920c928e9d46cdfc16e52242d8e8c0056a2d04892caf17f1550334c49caa67437c07527d056bf2b545887e0103c0dfc
|
7
|
+
data.tar.gz: edc94a5df9d218dd3a55ffcc1df73458a07179dee7fb1de73bbdb72e09e36e928118f9152ce577cca3794de21662c818ac1e88a3feeebbadf77e772488a3a4d9
|
data/CHANGELOG.md
CHANGED
@@ -1615,16 +1615,17 @@ module Google
|
|
1615
1615
|
# @return [String]
|
1616
1616
|
attr_accessor :location_type
|
1617
1617
|
|
1618
|
-
# Represents a postal address
|
1619
|
-
#
|
1620
|
-
#
|
1621
|
-
# locations
|
1622
|
-
# created by user input or from importing existing data, depending on the
|
1623
|
-
# of process. Advice on address input or editing: - Use an
|
1624
|
-
# ready address widget such as https://github.com/google/
|
1625
|
-
# Users should not be presented with UI elements for input or
|
1626
|
-
# outside countries where that field is used. For more
|
1627
|
-
# this schema, see: https://support.google.com/business/
|
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
|
1877
|
-
#
|
1878
|
-
#
|
1879
|
-
# locations
|
1880
|
-
# created by user input or from importing existing data, depending on the
|
1881
|
-
# of process. Advice on address input or editing: - Use an
|
1882
|
-
# ready address widget such as https://github.com/google/
|
1883
|
-
# Users should not be presented with UI elements for input or
|
1884
|
-
# outside countries where that field is used. For more
|
1885
|
-
# this schema, see: https://support.google.com/business/
|
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.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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.
|
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.
|
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: []
|