Skip to content

Commit 6fac06a

Browse files
feat: Automated regeneration of addressvalidation v1 client (googleapis#22381)
Auto-created at 2025-04-06 10:26:22 +0000 using the toys pull request generator.
1 parent 4733629 commit 6fac06a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.8.0 (2025-04-06)
4+
5+
* Regenerated from discovery document revision 20250330
6+
37
### v0.7.0 (2025-03-30)
48

59
* Regenerated from discovery document revision 20250323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ class GoogleMapsAddressvalidationV1Verdict
10781078
# includes a specific apartment number, then the `input_granularity` here will
10791079
# be `SUB_PREMISE`. If we cannot match the apartment number in the databases or
10801080
# the apartment number is invalid, the `validation_granularity` will likely be `
1081-
# PREMISE` or below.
1081+
# PREMISE` or worse.
10821082
# Corresponds to the JSON property `inputGranularity`
10831083
# @return [String]
10841084
attr_accessor :input_granularity

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.7.0"
19+
GEM_VERSION = "0.8.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 = "20250323"
25+
REVISION = "20250330"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)