Skip to content

Commit 2cf9a05

Browse files
feat: Automated regeneration of jobs v3 client (googleapis#24683)
Auto-created at 2025-10-19 10:26:05 +0000 using the toys pull request generator.
1 parent c8efb54 commit 2cf9a05

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

generated/google-apis-jobs_v3/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-jobs_v3
22

3+
### v0.32.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251014
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.31.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-jobs_v3/lib/google/apis/jobs_v3/classes.rb

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,16 +1615,17 @@ class Location
16151615
# @return [String]
16161616
attr_accessor :location_type
16171617

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.
16281629
# Corresponds to the JSON property `postalAddress`
16291630
# @return [Google::Apis::JobsV3::PostalAddress]
16301631
attr_accessor :postal_address
@@ -1873,16 +1874,17 @@ def update!(**args)
18731874
end
18741875
end
18751876

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.
18861888
class PostalAddress
18871889
include Google::Apis::Core::Hashable
18881890

generated/google-apis-jobs_v3/lib/google/apis/jobs_v3/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module JobsV3
1818
# Version of the google-apis-jobs_v3 gem
19-
GEM_VERSION = "0.31.0"
19+
GEM_VERSION = "0.32.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250326"
25+
REVISION = "20251014"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)