Skip to content

Commit 3bd6128

Browse files
feat: Automated regeneration of addressvalidation v1 client (googleapis#22310)
Auto-created at 2025-03-30 10:35:16 +0000 using the toys pull request generator.
1 parent f09a375 commit 3bd6128

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

generated/google-apis-addressvalidation_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-addressvalidation_v1
22

3+
### v0.7.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250323
6+
37
### v0.6.0 (2025-03-23)
48

59
* Regenerated from discovery document revision 20250318

generated/google-apis-addressvalidation_v1/lib/google/apis/addressvalidation_v1/classes.rb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,15 @@ class GoogleMapsAddressvalidationV1Address
9595

9696
# The types of components that were expected to be present in a correctly
9797
# formatted mailing address but were not found in the input AND could not be
98-
# inferred. Components of this type are not present in `formatted_address`, `
99-
# postal_address`, or `address_components`. An example might be `['street_number'
100-
# , 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of
101-
# possible types can be found [here](https://developers.google.com/maps/
102-
# documentation/geocoding/requests-geocoding#Types).
98+
# inferred. An example might be `['street_number', 'route']` for an input like "
99+
# Boulder, Colorado, 80301, USA". The list of possible types can be found [here](
100+
# https://developers.google.com/maps/documentation/geocoding/requests-geocoding#
101+
# Types). **Note: you might see a missing component type when you think you've
102+
# already supplied the missing component.** For example, this can happen when
103+
# the input address contains the building name, but not the premise number. In
104+
# the address "渋谷区渋谷3丁目 Shibuya Stream", the building name "Shibuya Stream" has
105+
# the component type `premise`, but the premise number is missing, so `
106+
# missing_component_types` will contain `premise`.
103107
# Corresponds to the JSON property `missingComponentTypes`
104108
# @return [Array<String>]
105109
attr_accessor :missing_component_types

generated/google-apis-addressvalidation_v1/lib/google/apis/addressvalidation_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AddressvalidationV1
1818
# Version of the google-apis-addressvalidation_v1 gem
19-
GEM_VERSION = "0.6.0"
19+
GEM_VERSION = "0.7.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250318"
25+
REVISION = "20250323"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)