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
Copy file name to clipboardExpand all lines: clients/google-api-services-addressvalidation/v1/2.0.0/com/google/api/services/addressvalidation/v1/model/GoogleMapsAddressvalidationV1Address.java
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,15 @@ public final class GoogleMapsAddressvalidationV1Address extends com.google.api.c
55
55
56
56
/**
57
57
* The types of components that were expected to be present in a correctly formatted mailing
58
-
* address but were not found in the input AND could not be inferred. Components of this type are
59
-
* not present in `formatted_address`, `postal_address`, or `address_components`. An example might
60
-
* be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of
58
+
* address but were not found in the input AND could not be inferred. An example might be
59
+
* `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of
0 commit comments