Skip to content

Commit 0b2b9f6

Browse files
feat: Automated regeneration of addressvalidation v1 client (googleapis#20586)
Co-authored-by: Yoshi Automation Bot <[email protected]>
1 parent 5b0f38a commit 0b2b9f6

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

generated/google-apis-addressvalidation_v1/CHANGELOG.md

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

3-
### v0.4.0 (2024-11-10)
3+
### v0.4.0 (2024-11-17)
44

5-
* Regenerated from discovery document revision 20241106
5+
* Regenerated from discovery document revision 20241110
66
* Regenerated using generator version 0.15.1
77

88
### v0.3.0 (2024-07-25)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ class GoogleMapsAddressvalidationV1Address
8686
# The post-processed address, formatted as a single-line address following the
8787
# address formatting rules of the region where the address is located. Note: the
8888
# format of this address may not match the format of the address in the `
89-
# postal_address` field. For example, the `postal_address` will always represent
90-
# the country as a 2 letter `region_code` (ex. "US" or "CA"), whereas this field
91-
# will use a longer form of the country name (ex. "USA or "Canada").
89+
# postal_address` field. For example, the `postal_address` always represents the
90+
# country as a 2 letter `region_code`, such as "US" or "NZ". By contrast, this
91+
# field uses a longer form of the country name, such as "USA" or "New Zealand".
9292
# Corresponds to the JSON property `formattedAddress`
9393
# @return [String]
9494
attr_accessor :formatted_address
@@ -130,9 +130,10 @@ class GoogleMapsAddressvalidationV1Address
130130
attr_accessor :unconfirmed_component_types
131131

132132
# Any tokens in the input that could not be resolved. This might be an input
133-
# that was not recognized as a valid part of an address (for example in an input
134-
# like "Parcel 0000123123 & 0000456456 Str # Guthrie Center IA 50115 US", the
135-
# unresolved tokens may look like `["Parcel", "0000123123", "&", "0000456456"]`.
133+
# that was not recognized as a valid part of an address. For example, for an
134+
# input such as "Parcel 0000123123 & 0000456456 Str # Guthrie Center IA 50115 US"
135+
# , the unresolved tokens might look like `["Parcel", "0000123123", "&", "
136+
# 0000456456"]`.
136137
# Corresponds to the JSON property `unresolvedTokens`
137138
# @return [Array<String>]
138139
attr_accessor :unresolved_tokens

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module AddressvalidationV1
2222
GENERATOR_VERSION = "0.15.1"
2323

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

0 commit comments

Comments
 (0)