google-apis-mybusinessbusinessinformation_v1 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ed6482cf2d004830b129fa7afc1e4893396dba8a6b9d8972023af7bc4dd071c
|
4
|
+
data.tar.gz: 9a25f9862d87f48730ac5ab8654035cabbd7a8888ee89cb3afbdf000118c9a63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3da0fc6e3246729b72d558d652d3b84e51f2d54079fe5bab78e9049231cc6d47fec52fa4db0f63d263ac50b3143c6965b161e3cf421351e2e674100e2e07f8b
|
7
|
+
data.tar.gz: 9700defd20d0a1232c8d52c67b2bf5c9563425f5cdc4ac7731dc949e84665fd6e247ff31c305f0e7f7b3673dbbf92bff249e8e1d989c649a90abd522dabe4b53
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-mybusinessbusinessinformation_v1
|
2
2
|
|
3
|
+
### v0.27.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250618
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.26.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -837,16 +837,17 @@ module Google
|
|
837
837
|
# @return [String]
|
838
838
|
attr_accessor :store_code
|
839
839
|
|
840
|
-
# Represents a postal address
|
841
|
-
#
|
842
|
-
#
|
843
|
-
# locations
|
844
|
-
# created by user input or from importing existing data, depending on the
|
845
|
-
# of process. Advice on address input or editing: - Use an
|
846
|
-
# ready address widget such as https://github.com/google/
|
847
|
-
# Users should not be presented with UI elements for input or
|
848
|
-
# outside countries where that field is used. For more
|
849
|
-
# this schema, see: https://support.google.com/business/
|
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`
|
851
852
|
# @return [Google::Apis::MybusinessbusinessinformationV1::PostalAddress]
|
852
853
|
attr_accessor :storefront_address
|
@@ -1229,16 +1230,17 @@ module Google
|
|
1229
1230
|
end
|
1230
1231
|
end
|
1231
1232
|
|
1232
|
-
# Represents a postal address
|
1233
|
-
#
|
1234
|
-
#
|
1235
|
-
# locations
|
1236
|
-
# created by user input or from importing existing data, depending on the
|
1237
|
-
# of process. Advice on address input or editing: - Use an
|
1238
|
-
# ready address widget such as https://github.com/google/
|
1239
|
-
# Users should not be presented with UI elements for input or
|
1240
|
-
# outside countries where that field is used. For more
|
1241
|
-
# this schema, see: https://support.google.com/business/
|
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.
|
1242
1244
|
class PostalAddress
|
1243
1245
|
include Google::Apis::Core::Hashable
|
1244
1246
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MybusinessbusinessinformationV1
|
18
18
|
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
|
19
|
-
GEM_VERSION = "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.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-mybusinessbusinessinformation_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.27.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for My Business Business Information API V1
|
79
79
|
test_files: []
|