google-apis-mybusinessverifications_v1 0.19.0 → 0.21.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: fc052d19cc58a8b13bf8e2980011c65cd7ce2021dd40c8dc97238388ce821cf9
|
4
|
+
data.tar.gz: 7a2592ed4e8256340a150e63d8bf092a5f5f613fed6058d6f4103dec2baee957
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6e68bdbc2edd03d207dc172d912c1c494656ede609075027ab02bb94168f7233895f23ae9ab34a39ce20df975018ad47d3ed6edc759a2489a9ba114cd9d91c0
|
7
|
+
data.tar.gz: b9231742adf008bb02cfb999e7ba533ed77521357518d3438fd312e7ee5a87892eed2a7db62f3f95997860d0fd50f4406ca55bad76cb4a6fb6d8cc7bc9518c2c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-mybusinessverifications_v1
|
2
2
|
|
3
|
+
### v0.21.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250615
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
8
|
+
### v0.20.0 (2025-05-04)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.17.0
|
11
|
+
|
3
12
|
### v0.19.0 (2025-03-23)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250319
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/my-business/) may prov
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -26,16 +26,17 @@ module Google
|
|
26
26
|
class AddressVerificationData
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
29
|
-
# Represents a postal address
|
30
|
-
#
|
31
|
-
#
|
32
|
-
# locations
|
33
|
-
# created by user input or from importing existing data, depending on the
|
34
|
-
# of process. Advice on address input or editing: - Use an
|
35
|
-
# ready address widget such as https://github.com/google/
|
36
|
-
# Users should not be presented with UI elements for input or
|
37
|
-
# outside countries where that field is used. For more
|
38
|
-
# this schema, see: https://support.google.com/business/
|
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.
|
39
40
|
# Corresponds to the JSON property `address`
|
40
41
|
# @return [Google::Apis::MybusinessverificationsV1::PostalAddress]
|
41
42
|
attr_accessor :address
|
@@ -225,16 +226,17 @@ module Google
|
|
225
226
|
end
|
226
227
|
end
|
227
228
|
|
228
|
-
# Represents a postal address
|
229
|
-
#
|
230
|
-
#
|
231
|
-
# locations
|
232
|
-
# created by user input or from importing existing data, depending on the
|
233
|
-
# of process. Advice on address input or editing: - Use an
|
234
|
-
# ready address widget such as https://github.com/google/
|
235
|
-
# Users should not be presented with UI elements for input or
|
236
|
-
# outside countries where that field is used. For more
|
237
|
-
# this schema, see: https://support.google.com/business/
|
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.
|
238
240
|
class PostalAddress
|
239
241
|
include Google::Apis::Core::Hashable
|
240
242
|
|
@@ -377,16 +379,17 @@ module Google
|
|
377
379
|
class ServiceBusinessContext
|
378
380
|
include Google::Apis::Core::Hashable
|
379
381
|
|
380
|
-
# Represents a postal address
|
381
|
-
#
|
382
|
-
#
|
383
|
-
# locations
|
384
|
-
# created by user input or from importing existing data, depending on the
|
385
|
-
# of process. Advice on address input or editing: - Use an
|
386
|
-
# ready address widget such as https://github.com/google/
|
387
|
-
# Users should not be presented with UI elements for input or
|
388
|
-
# outside countries where that field is used. For more
|
389
|
-
# this schema, see: https://support.google.com/business/
|
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.
|
390
393
|
# Corresponds to the JSON property `address`
|
391
394
|
# @return [Google::Apis::MybusinessverificationsV1::PostalAddress]
|
392
395
|
attr_accessor :address
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MybusinessverificationsV1
|
18
18
|
# Version of the google-apis-mybusinessverifications_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.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 = "20250615"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-mybusinessverifications_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-mybusinessverifications_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.21.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
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 Verifications API V1
|
79
79
|
test_files: []
|