Skip to content

Commit 774339a

Browse files
feat: Automated regeneration of jobs v3p1beta1 client (googleapis#24653)
Auto-created at 2025-10-19 09:29:08 +0000 using the toys pull request generator.
1 parent 6b4a84a commit 774339a

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

generated/google-apis-jobs_v3p1beta1/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_v3p1beta1
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_v3p1beta1/lib/google/apis/jobs_v3p1beta1/classes.rb

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,16 +1766,17 @@ class Location
17661766
# @return [String]
17671767
attr_accessor :location_type
17681768

1769-
# Represents a postal address (for example, for postal delivery or payments
1770-
# addresses). Given a postal address, a postal service can deliver items to a
1771-
# premise, P.O. box or similar. It is not intended to model geographical
1772-
# locations (roads, towns, mountains). In typical usage, an address would be
1773-
# created by user input or from importing existing data, depending on the type
1774-
# of process. Advice on address input or editing: - Use an internationalization-
1775-
# ready address widget such as https://github.com/google/libaddressinput. -
1776-
# Users should not be presented with UI elements for input or editing of fields
1777-
# outside countries where that field is used. For more guidance on how to use
1778-
# this schema, see: https://support.google.com/business/answer/6397478.
1769+
# Represents a postal address, such as for postal delivery or payments addresses.
1770+
# With a postal address, a postal service can deliver items to a premise, P.O.
1771+
# box, or similar. A postal address is not intended to model geographical
1772+
# locations like roads, towns, or mountains. In typical usage, an address would
1773+
# be created by user input or from importing existing data, depending on the
1774+
# type of process. Advice on address input or editing: - Use an
1775+
# internationalization-ready address widget such as https://github.com/google/
1776+
# libaddressinput. - Users should not be presented with UI elements for input or
1777+
# editing of fields outside countries where that field is used. For more
1778+
# guidance on how to use this schema, see: https://support.google.com/business/
1779+
# answer/6397478.
17791780
# Corresponds to the JSON property `postalAddress`
17801781
# @return [Google::Apis::JobsV3p1beta1::PostalAddress]
17811782
attr_accessor :postal_address
@@ -2086,16 +2087,17 @@ def update!(**args)
20862087
end
20872088
end
20882089

2089-
# Represents a postal address (for example, for postal delivery or payments
2090-
# addresses). Given a postal address, a postal service can deliver items to a
2091-
# premise, P.O. box or similar. It is not intended to model geographical
2092-
# locations (roads, towns, mountains). In typical usage, an address would be
2093-
# created by user input or from importing existing data, depending on the type
2094-
# of process. Advice on address input or editing: - Use an internationalization-
2095-
# ready address widget such as https://github.com/google/libaddressinput. -
2096-
# Users should not be presented with UI elements for input or editing of fields
2097-
# outside countries where that field is used. For more guidance on how to use
2098-
# this schema, see: https://support.google.com/business/answer/6397478.
2090+
# Represents a postal address, such as for postal delivery or payments addresses.
2091+
# With a postal address, a postal service can deliver items to a premise, P.O.
2092+
# box, or similar. A postal address is not intended to model geographical
2093+
# locations like roads, towns, or mountains. In typical usage, an address would
2094+
# be created by user input or from importing existing data, depending on the
2095+
# type of process. Advice on address input or editing: - Use an
2096+
# internationalization-ready address widget such as https://github.com/google/
2097+
# libaddressinput. - Users should not be presented with UI elements for input or
2098+
# editing of fields outside countries where that field is used. For more
2099+
# guidance on how to use this schema, see: https://support.google.com/business/
2100+
# answer/6397478.
20992101
class PostalAddress
21002102
include Google::Apis::Core::Hashable
21012103

generated/google-apis-jobs_v3p1beta1/lib/google/apis/jobs_v3p1beta1/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 JobsV3p1beta1
1818
# Version of the google-apis-jobs_v3p1beta1 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)