diff --git a/generated/google-apis-jobs_v4/CHANGELOG.md b/generated/google-apis-jobs_v4/CHANGELOG.md index 6c05f5fd267..0e30777a51f 100644 --- a/generated/google-apis-jobs_v4/CHANGELOG.md +++ b/generated/google-apis-jobs_v4/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/classes.rb b/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/classes.rb index b3c6da151cf..422e3863988 100644 --- a/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/classes.rb +++ b/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/classes.rb @@ -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 @@ -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 diff --git a/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/gem_version.rb b/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/gem_version.rb index b69bedbeb7a..0ebced86520 100644 --- a/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/gem_version.rb +++ b/generated/google-apis-jobs_v4/lib/google/apis/jobs_v4/gem_version.rb @@ -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