Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions generated/google-apis-jobs_v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-jobs_v4

### v0.36.0 (2025-10-19)

* Regenerated from discovery document revision 20251014
* Regenerated using generator version 0.18.0

### v0.35.0 (2025-05-04)

* Regenerated using generator version 0.17.0
Expand Down
42 changes: 22 additions & 20 deletions generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1599,16 +1599,17 @@ class Location
# @return [String]
attr_accessor :location_type

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module JobsV4
# Version of the google-apis-jobs_v4 gem
GEM_VERSION = "0.35.0"
GEM_VERSION = "0.36.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.17.0"
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250326"
REVISION = "20251014"
end
end
end