Skip to content

Commit 81085e6

Browse files
feat: Automated regeneration of mybusinessbusinessinformation v1 client (googleapis#23510)
Auto-created at 2025-06-22 10:24:54 +0000 using the toys pull request generator.
1 parent 7a91de3 commit 81085e6

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

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

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

510
* Regenerated using generator version 0.17.0

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

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -837,16 +837,17 @@ class Location
837837
# @return [String]
838838
attr_accessor :store_code
839839

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

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

generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_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 MybusinessbusinessinformationV1
1818
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
19-
GEM_VERSION = "0.26.0"
19+
GEM_VERSION = "0.27.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 = "20250618"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)