You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/classes.rb
+22-20Lines changed: 22 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -837,16 +837,17 @@ class Location
837
837
# @return [String]
838
838
attr_accessor:store_code
839
839
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.
850
851
# Corresponds to the JSON property `storefrontAddress`
Copy file name to clipboardExpand all lines: generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/gem_version.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleMybusinessbusinessinformationV1
18
18
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
19
-
GEM_VERSION="0.26.0"
19
+
GEM_VERSION="0.27.0"
20
20
21
21
# Version of the code generator used to generate this client
22
-
GENERATOR_VERSION="0.17.0"
22
+
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
0 commit comments