You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [google-maps-addressvalidation] add has_spell_corrected_components field to the Address Validation verdict in the API response (#14103)
BEGIN_COMMIT_OVERRIDE
feat: add has_spell_corrected_components field to the Address Validation
verdict in the API response
docs: update proto field descriptions
END_COMMIT_OVERRIDE
- [ ] Regenerate this pull request now.
docs: update proto field descriptions
PiperOrigin-RevId: 783467878
Source-Link:
googleapis/googleapis@68d5196
Source-Link:
googleapis/googleapis-gen@bf3ea1d
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtYWRkcmVzc3ZhbGlkYXRpb24vLk93bEJvdC55YW1sIiwiaCI6ImJmM2VhMWQ1ZjdiMzM3ZjBhYjA5NzgwYzkzMWMxOGE4OGVmZmE2NGYifQ==
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/google-maps-addressvalidation/google/maps/addressvalidation_v1/types/address_validation_service.py
+34-25Lines changed: 34 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -95,22 +95,21 @@ class ValidateAddressRequest(proto.Message):
95
95
string with at most 36 ASCII characters in length. Otherwise
96
96
an INVALID_ARGUMENT error is returned.
97
97
98
-
The session begins when the user starts typing a query, and
99
-
concludes when they select a place and a call to Place
100
-
Details or Address Validation is made. Each session can have
101
-
multiple autocomplete queries, followed by one Place Details
102
-
or Address Validation request. The credentials used for each
103
-
request within a session must belong to the same Google
104
-
Cloud Console project. Once a session has concluded, the
105
-
token is no longer valid; your app must generate a fresh
106
-
token for each session. If the ``session_token`` parameter
107
-
is omitted, or if you reuse a session token, the session is
108
-
charged as if no session token was provided (each request is
109
-
billed separately).
98
+
The session begins when the user makes an Autocomplete
99
+
query, and concludes when they select a place and a call to
100
+
Place Details or Address Validation is made. Each session
101
+
can have multiple Autocomplete queries, followed by one
102
+
Place Details or Address Validation request. The credentials
103
+
used for each request within a session must belong to the
104
+
same Google Cloud Console project. Once a session has
105
+
concluded, the token is no longer valid; your app must
106
+
generate a fresh token for each session. If the
107
+
``sessionToken`` parameter is omitted, or if you reuse a
108
+
session token, the session is charged as if no session token
109
+
was provided (each request is billed separately).
110
110
111
111
Note: Address Validation can only be used in sessions with
112
-
the Autocomplete (New) API, not the old Autocomplete API.
113
-
See
112
+
the Autocomplete (New) API, not the Autocomplete API. See
Copy file name to clipboardExpand all lines: packages/google-maps-addressvalidation/samples/generated_samples/snippet_metadata_google.maps.addressvalidation.v1.json
0 commit comments