google-apis-mybusinessverifications_v1 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60877ccb7a525275e9be7497651b39ee39deb06072af2c2a1da11b20ccbf9182
|
4
|
+
data.tar.gz: ef7c1620c059efd306c8f34ffa1b340a0683d0965af68b70445153eaab71db4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae48e1c29b758aedb389db892acefdba9f1a78ac7a2048f88edee61e8917c2b0650355970cf48e2da9bfbffd82d1536761dc825ab48add862c223e346b940f10
|
7
|
+
data.tar.gz: d5331f94e3beb9aa841320fbf89e68574cbb9aa1051861b69c51e8253bfa9f65cfd02af1d179aa5cd6ede3acc43d94fb12c6348e3a9d9e6466c21dbab8fe9ded
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-mybusinessverifications_v1
|
2
2
|
|
3
|
+
### v0.18.0 (2024-11-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241120
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.17.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -26,16 +26,16 @@ module Google
|
|
26
26
|
class AddressVerificationData
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
29
|
-
# Represents a postal address
|
30
|
-
# Given a postal address, a postal service can deliver items to a
|
31
|
-
# Box or similar. It is not intended to model geographical
|
32
|
-
# towns, mountains). In typical usage an address would be
|
33
|
-
# or from importing existing data, depending on the type
|
34
|
-
# address input / editing: - Use an internationalization-
|
35
|
-
# such as https://github.com/google/libaddressinput) -
|
36
|
-
# presented with UI elements for input or editing of fields
|
37
|
-
# where that field is used. For more guidance on how to use
|
38
|
-
# see: https://support.google.com/business/answer/6397478
|
29
|
+
# Represents a postal address. For example for postal delivery or payments
|
30
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
31
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
32
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
33
|
+
# created by user input or from importing existing data, depending on the type
|
34
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
35
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
36
|
+
# Users should not be presented with UI elements for input or editing of fields
|
37
|
+
# outside countries where that field is used. For more guidance on how to use
|
38
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
39
39
|
# Corresponds to the JSON property `address`
|
40
40
|
# @return [Google::Apis::MybusinessverificationsV1::PostalAddress]
|
41
41
|
attr_accessor :address
|
@@ -225,35 +225,36 @@ module Google
|
|
225
225
|
end
|
226
226
|
end
|
227
227
|
|
228
|
-
# Represents a postal address
|
229
|
-
# Given a postal address, a postal service can deliver items to a
|
230
|
-
# Box or similar. It is not intended to model geographical
|
231
|
-
# towns, mountains). In typical usage an address would be
|
232
|
-
# or from importing existing data, depending on the type
|
233
|
-
# address input / editing: - Use an internationalization-
|
234
|
-
# such as https://github.com/google/libaddressinput) -
|
235
|
-
# presented with UI elements for input or editing of fields
|
236
|
-
# where that field is used. For more guidance on how to use
|
237
|
-
# see: https://support.google.com/business/answer/6397478
|
228
|
+
# Represents a postal address. For example for postal delivery or payments
|
229
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
230
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
231
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
232
|
+
# created by user input or from importing existing data, depending on the type
|
233
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
234
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
235
|
+
# Users should not be presented with UI elements for input or editing of fields
|
236
|
+
# outside countries where that field is used. For more guidance on how to use
|
237
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
238
238
|
class PostalAddress
|
239
239
|
include Google::Apis::Core::Hashable
|
240
240
|
|
241
241
|
# Unstructured address lines describing the lower levels of an address. Because
|
242
242
|
# values in address_lines do not have type information and may sometimes contain
|
243
|
-
# multiple values in a single field (
|
244
|
-
# the line order is clear. The order of address lines should be "envelope
|
245
|
-
# for the country/region of the address. In places where this can vary (
|
246
|
-
# Japan), address_language is used to make it explicit (
|
247
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
248
|
-
# specific line of an address can be selected based on the
|
249
|
-
# permitted structural representation of an address
|
250
|
-
# with all remaining information placed in the
|
251
|
-
# possible to format such an address very
|
252
|
-
# no semantic reasoning could be made about
|
253
|
-
# it was at least partially resolved.
|
254
|
-
# region_code and address_lines, and then
|
255
|
-
# handle completely unstructured addresses (
|
256
|
-
# of the address should be localities or
|
243
|
+
# multiple values in a single field (For example "Austin, TX"), it is important
|
244
|
+
# that the line order is clear. The order of address lines should be "envelope
|
245
|
+
# order" for the country/region of the address. In places where this can vary (
|
246
|
+
# For example Japan), address_language is used to make it explicit (For example "
|
247
|
+
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
|
248
|
+
# This way, the most specific line of an address can be selected based on the
|
249
|
+
# language. The minimum permitted structural representation of an address
|
250
|
+
# consists of a region_code with all remaining information placed in the
|
251
|
+
# address_lines. It would be possible to format such an address very
|
252
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
253
|
+
# any of the address components until it was at least partially resolved.
|
254
|
+
# Creating an address only containing a region_code and address_lines, and then
|
255
|
+
# geocoding is the recommended way to handle completely unstructured addresses (
|
256
|
+
# as opposed to guessing which parts of the address should be localities or
|
257
|
+
# administrative areas).
|
257
258
|
# Corresponds to the JSON property `addressLines`
|
258
259
|
# @return [Array<String>]
|
259
260
|
attr_accessor :address_lines
|
@@ -261,9 +262,9 @@ module Google
|
|
261
262
|
# Optional. Highest administrative subdivision which is used for postal
|
262
263
|
# addresses of a country or region. For example, this can be a state, a province,
|
263
264
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
264
|
-
# not the autonomous community (
|
265
|
-
# countries don't use an administrative area in postal addresses.
|
266
|
-
# Switzerland this should be left unpopulated.
|
265
|
+
# not the autonomous community (For example "Barcelona" and not "Catalonia").
|
266
|
+
# Many countries don't use an administrative area in postal addresses. For
|
267
|
+
# example in Switzerland this should be left unpopulated.
|
267
268
|
# Corresponds to the JSON property `administrativeArea`
|
268
269
|
# @return [String]
|
269
270
|
attr_accessor :administrative_area
|
@@ -295,8 +296,8 @@ module Google
|
|
295
296
|
|
296
297
|
# Optional. Postal code of the address. Not all countries use or require postal
|
297
298
|
# codes to be present, but where they are used, they may trigger additional
|
298
|
-
# validation with other parts of the address (
|
299
|
-
# S.A.).
|
299
|
+
# validation with other parts of the address (For example state/zip validation
|
300
|
+
# in the U.S.A.).
|
300
301
|
# Corresponds to the JSON property `postalCode`
|
301
302
|
# @return [String]
|
302
303
|
attr_accessor :postal_code
|
@@ -325,9 +326,9 @@ module Google
|
|
325
326
|
|
326
327
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
327
328
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
328
|
-
# optionally followed by a number (
|
329
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
330
|
-
# or "post office indicator" (
|
329
|
+
# optionally followed by a number (For example "CEDEX 7"), or just a number
|
330
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
331
|
+
# Malawi) or "post office indicator" (For example Côte d'Ivoire).
|
331
332
|
# Corresponds to the JSON property `sortingCode`
|
332
333
|
# @return [String]
|
333
334
|
attr_accessor :sorting_code
|
@@ -376,16 +377,16 @@ module Google
|
|
376
377
|
class ServiceBusinessContext
|
377
378
|
include Google::Apis::Core::Hashable
|
378
379
|
|
379
|
-
# Represents a postal address
|
380
|
-
# Given a postal address, a postal service can deliver items to a
|
381
|
-
# Box or similar. It is not intended to model geographical
|
382
|
-
# towns, mountains). In typical usage an address would be
|
383
|
-
# or from importing existing data, depending on the type
|
384
|
-
# address input / editing: - Use an internationalization-
|
385
|
-
# such as https://github.com/google/libaddressinput) -
|
386
|
-
# presented with UI elements for input or editing of fields
|
387
|
-
# where that field is used. For more guidance on how to use
|
388
|
-
# see: https://support.google.com/business/answer/6397478
|
380
|
+
# Represents a postal address. For example for postal delivery or payments
|
381
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
382
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
383
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
384
|
+
# created by user input or from importing existing data, depending on the type
|
385
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
386
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
387
|
+
# Users should not be presented with UI elements for input or editing of fields
|
388
|
+
# outside countries where that field is used. For more guidance on how to use
|
389
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
389
390
|
# Corresponds to the JSON property `address`
|
390
391
|
# @return [Google::Apis::MybusinessverificationsV1::PostalAddress]
|
391
392
|
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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241120"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for My Business Verifications API V1
|