Skip to content

Commit 5bab592

Browse files
feat: Automated regeneration of mybusinessaccountmanagement v1 client (googleapis#23505)
Auto-created at 2025-06-22 10:19:12 +0000 using the toys pull request generator.
1 parent 9b76d55 commit 5bab592

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

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

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

510
* Regenerated using generator version 0.17.0

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

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -345,16 +345,17 @@ def update!(**args)
345345
class OrganizationInfo
346346
include Google::Apis::Core::Hashable
347347

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

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

generated/google-apis-mybusinessaccountmanagement_v1/lib/google/apis/mybusinessaccountmanagement_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 MybusinessaccountmanagementV1
1818
# Version of the google-apis-mybusinessaccountmanagement_v1 gem
19-
GEM_VERSION = "0.28.0"
19+
GEM_VERSION = "0.29.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)