Skip to content

Commit 5ba728f

Browse files
feat: Automated regeneration of jobs v4 client
1 parent 1fce69b commit 5ba728f

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

generated/google-apis-jobs_v4/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_v4
22

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

510
* Regenerated using generator version 0.17.0

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

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,16 +1599,17 @@ class Location
15991599
# @return [String]
16001600
attr_accessor :location_type
16011601

1602-
# Represents a postal address (for example, for postal delivery or payments
1603-
# addresses). Given a postal address, a postal service can deliver items to a
1604-
# premise, P.O. box or similar. It is not intended to model geographical
1605-
# locations (roads, towns, mountains). In typical usage, an address would be
1606-
# created by user input or from importing existing data, depending on the type
1607-
# of process. Advice on address input or editing: - Use an internationalization-
1608-
# ready address widget such as https://github.com/google/libaddressinput. -
1609-
# Users should not be presented with UI elements for input or editing of fields
1610-
# outside countries where that field is used. For more guidance on how to use
1611-
# this schema, see: https://support.google.com/business/answer/6397478.
1602+
# Represents a postal address, such as for postal delivery or payments addresses.
1603+
# With a postal address, a postal service can deliver items to a premise, P.O.
1604+
# box, or similar. A postal address is not intended to model geographical
1605+
# locations like roads, towns, or mountains. In typical usage, an address would
1606+
# be created by user input or from importing existing data, depending on the
1607+
# type of process. Advice on address input or editing: - Use an
1608+
# internationalization-ready address widget such as https://github.com/google/
1609+
# libaddressinput. - Users should not be presented with UI elements for input or
1610+
# editing of fields outside countries where that field is used. For more
1611+
# guidance on how to use this schema, see: https://support.google.com/business/
1612+
# answer/6397478.
16121613
# Corresponds to the JSON property `postalAddress`
16131614
# @return [Google::Apis::JobsV4::PostalAddress]
16141615
attr_accessor :postal_address
@@ -1854,16 +1855,17 @@ def update!(**args)
18541855
end
18551856
end
18561857

1857-
# Represents a postal address (for example, for postal delivery or payments
1858-
# addresses). Given a postal address, a postal service can deliver items to a
1859-
# premise, P.O. box or similar. It is not intended to model geographical
1860-
# locations (roads, towns, mountains). In typical usage, an address would be
1861-
# created by user input or from importing existing data, depending on the type
1862-
# of process. Advice on address input or editing: - Use an internationalization-
1863-
# ready address widget such as https://github.com/google/libaddressinput. -
1864-
# Users should not be presented with UI elements for input or editing of fields
1865-
# outside countries where that field is used. For more guidance on how to use
1866-
# this schema, see: https://support.google.com/business/answer/6397478.
1858+
# Represents a postal address, such as for postal delivery or payments addresses.
1859+
# With a postal address, a postal service can deliver items to a premise, P.O.
1860+
# box, or similar. A postal address is not intended to model geographical
1861+
# locations like roads, towns, or mountains. In typical usage, an address would
1862+
# be created by user input or from importing existing data, depending on the
1863+
# type of process. Advice on address input or editing: - Use an
1864+
# internationalization-ready address widget such as https://github.com/google/
1865+
# libaddressinput. - Users should not be presented with UI elements for input or
1866+
# editing of fields outside countries where that field is used. For more
1867+
# guidance on how to use this schema, see: https://support.google.com/business/
1868+
# answer/6397478.
18671869
class PostalAddress
18681870
include Google::Apis::Core::Hashable
18691871

generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/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 JobsV4
1818
# Version of the google-apis-jobs_v4 gem
19-
GEM_VERSION = "0.35.0"
19+
GEM_VERSION = "0.36.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)