google-apis-mybusinessverifications_v1 0.18.0 → 0.19.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: 60877ccb7a525275e9be7497651b39ee39deb06072af2c2a1da11b20ccbf9182
4
- data.tar.gz: ef7c1620c059efd306c8f34ffa1b340a0683d0965af68b70445153eaab71db4d
3
+ metadata.gz: c2da03b06249cdffb502c24c1d1fce128eb2e45e6be6923bb848599f9b30798a
4
+ data.tar.gz: a9bbce8156628ea2ce9e52c76e336826eced549a8ef06814c165f39905156e87
5
5
  SHA512:
6
- metadata.gz: ae48e1c29b758aedb389db892acefdba9f1a78ac7a2048f88edee61e8917c2b0650355970cf48e2da9bfbffd82d1536761dc825ab48add862c223e346b940f10
7
- data.tar.gz: d5331f94e3beb9aa841320fbf89e68574cbb9aa1051861b69c51e8253bfa9f65cfd02af1d179aa5cd6ede3acc43d94fb12c6348e3a9d9e6466c21dbab8fe9ded
6
+ metadata.gz: 2776ecf614157a76233b562926024ed1d8283353fa371ca8326e922e062feec184cd39a2df55277d08953684425fe9c3cba92c1d061e880e9a4826b252b2f36c
7
+ data.tar.gz: 684b3e487c625055955f2a024a930465d45bac4792cf04cc4976131a97ea0e40b6d48b76360ebf1ed6af23e3befe80f90ba88da08b984b2f4256b5ec4a46951a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-mybusinessverifications_v1
2
2
 
3
+ ### v0.19.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250319
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.18.0 (2024-11-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20241120
@@ -26,16 +26,16 @@ module Google
26
26
  class AddressVerificationData
27
27
  include Google::Apis::Core::Hashable
28
28
 
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
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
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) -
34
+ # of process. Advice on address input or editing: - Use an internationalization-
35
+ # ready address widget such as https://github.com/google/libaddressinput. -
36
36
  # Users should not be presented with UI elements for input or editing of fields
37
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
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,46 +225,46 @@ module Google
225
225
  end
226
226
  end
227
227
 
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
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
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) -
233
+ # of process. Advice on address input or editing: - Use an internationalization-
234
+ # ready address widget such as https://github.com/google/libaddressinput. -
235
235
  # Users should not be presented with UI elements for input or editing of fields
236
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
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
- # values in address_lines do not have type information and may sometimes contain
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
242
+ # values in `address_lines` do not have type information and may sometimes
243
+ # contain multiple values in a single field (for example, "Austin, TX"), it is
244
+ # important that the line order is clear. The order of address lines should be "
245
+ # envelope order" for the country or region of the address. In places where this
246
+ # can vary (for example, Japan), `address_language` is used to make it explicit (
247
+ # for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
248
+ # to-large). In this way, the most specific line of an address can be selected
249
+ # based on the language. The minimum permitted structural representation of an
250
+ # address consists of a `region_code` with all remaining information placed in
251
+ # the `address_lines`. It would be possible to format such an address very
252
252
  # approximately without geocoding, but no semantic reasoning could be made about
253
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).
254
+ # Creating an address only containing a `region_code` and `address_lines` and
255
+ # then geocoding is the recommended way to handle completely unstructured
256
+ # addresses (as opposed to guessing which parts of the address should be
257
+ # localities or administrative areas).
258
258
  # Corresponds to the JSON property `addressLines`
259
259
  # @return [Array<String>]
260
260
  attr_accessor :address_lines
261
261
 
262
262
  # Optional. Highest administrative subdivision which is used for postal
263
263
  # addresses of a country or region. For example, this can be a state, a province,
264
- # an oblast, or a prefecture. Specifically, for Spain this is the province and
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.
264
+ # an oblast, or a prefecture. For Spain, this is the province and not the
265
+ # autonomous community (for example, "Barcelona" and not "Catalonia"). Many
266
+ # countries don't use an administrative area in postal addresses. For example,
267
+ # in Switzerland, this should be left unpopulated.
268
268
  # Corresponds to the JSON property `administrativeArea`
269
269
  # @return [String]
270
270
  attr_accessor :administrative_area
@@ -281,10 +281,10 @@ module Google
281
281
  # @return [String]
282
282
  attr_accessor :language_code
283
283
 
284
- # Optional. Generally refers to the city/town portion of the address. Examples:
285
- # US city, IT comune, UK post town. In regions of the world where localities are
286
- # not well defined or do not fit into this structure well, leave locality empty
287
- # and use address_lines.
284
+ # Optional. Generally refers to the city or town portion of the address.
285
+ # Examples: US city, IT comune, UK post town. In regions of the world where
286
+ # localities are not well defined or do not fit into this structure well, leave `
287
+ # locality` empty and use `address_lines`.
288
288
  # Corresponds to the JSON property `locality`
289
289
  # @return [String]
290
290
  attr_accessor :locality
@@ -296,8 +296,8 @@ module Google
296
296
 
297
297
  # Optional. Postal code of the address. Not all countries use or require postal
298
298
  # codes to be present, but where they are used, they may trigger additional
299
- # validation with other parts of the address (For example state/zip validation
300
- # in the U.S.A.).
299
+ # validation with other parts of the address (for example, state or zip code
300
+ # validation in the United States).
301
301
  # Corresponds to the JSON property `postalCode`
302
302
  # @return [String]
303
303
  attr_accessor :postal_code
@@ -326,15 +326,15 @@ module Google
326
326
 
327
327
  # Optional. Additional, country-specific, sorting code. This is not used in most
328
328
  # regions. Where it is used, the value is either a string like "CEDEX",
329
- # optionally followed by a number (For example "CEDEX 7"), or just a number
329
+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
330
330
  # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
331
- # Malawi) or "post office indicator" (For example Côte d'Ivoire).
331
+ # Malawi) or "post office indicator" (Côte d'Ivoire).
332
332
  # Corresponds to the JSON property `sortingCode`
333
333
  # @return [String]
334
334
  attr_accessor :sorting_code
335
335
 
336
- # Optional. Sublocality of the address. For example, this can be neighborhoods,
337
- # boroughs, districts.
336
+ # Optional. Sublocality of the address. For example, this can be a neighborhood,
337
+ # borough, or district.
338
338
  # Corresponds to the JSON property `sublocality`
339
339
  # @return [String]
340
340
  attr_accessor :sublocality
@@ -377,16 +377,16 @@ module Google
377
377
  class ServiceBusinessContext
378
378
  include Google::Apis::Core::Hashable
379
379
 
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
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
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) -
385
+ # of process. Advice on address input or editing: - Use an internationalization-
386
+ # ready address widget such as https://github.com/google/libaddressinput. -
387
387
  # Users should not be presented with UI elements for input or editing of fields
388
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
+ # this schema, see: https://support.google.com/business/answer/6397478.
390
390
  # Corresponds to the JSON property `address`
391
391
  # @return [Google::Apis::MybusinessverificationsV1::PostalAddress]
392
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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241120"
25
+ REVISION = "20250319"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +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.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.18.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.19.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for My Business Verifications API V1
82
79
  test_files: []