Skip to content

Commit 5f5a9ba

Browse files
feat: Automated regeneration of mybusinessverifications v1 client (googleapis#23521)
Auto-created at 2025-06-22 10:42:53 +0000 using the toys pull request generator.
1 parent d237536 commit 5f5a9ba

File tree

3 files changed

+41
-33
lines changed

3 files changed

+41
-33
lines changed

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

3+
### v0.21.0 (2025-06-22)
4+
5+
* Regenerated from discovery document revision 20250615
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.20.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ module MybusinessverificationsV1
2626
class AddressVerificationData
2727
include Google::Apis::Core::Hashable
2828

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

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

@@ -377,16 +379,17 @@ def update!(**args)
377379
class ServiceBusinessContext
378380
include Google::Apis::Core::Hashable
379381

380-
# Represents a postal address (for example, for postal delivery or payments
381-
# addresses). Given a postal address, a postal service can deliver items to a
382-
# premise, P.O. box or similar. It is not intended to model geographical
383-
# locations (roads, towns, mountains). In typical usage, an address would be
384-
# created by user input or from importing existing data, depending on the type
385-
# of process. Advice on address input or editing: - Use an internationalization-
386-
# ready address widget such as https://github.com/google/libaddressinput. -
387-
# Users should not be presented with UI elements for input or editing of fields
388-
# outside countries where that field is used. For more guidance on how to use
389-
# this schema, see: https://support.google.com/business/answer/6397478.
382+
# Represents a postal address, such as for postal delivery or payments addresses.
383+
# With a postal address, a postal service can deliver items to a premise, P.O.
384+
# box, or similar. A postal address is not intended to model geographical
385+
# locations like roads, towns, or mountains. In typical usage, an address would
386+
# be created by user input or from importing existing data, depending on the
387+
# type of process. Advice on address input or editing: - Use an
388+
# internationalization-ready address widget such as https://github.com/google/
389+
# libaddressinput. - Users should not be presented with UI elements for input or
390+
# editing of fields outside countries where that field is used. For more
391+
# guidance on how to use this schema, see: https://support.google.com/business/
392+
# answer/6397478.
390393
# Corresponds to the JSON property `address`
391394
# @return [Google::Apis::MybusinessverificationsV1::PostalAddress]
392395
attr_accessor :address

generated/google-apis-mybusinessverifications_v1/lib/google/apis/mybusinessverifications_v1/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 MybusinessverificationsV1
1818
# Version of the google-apis-mybusinessverifications_v1 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.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 = "20250319"
25+
REVISION = "20250615"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)