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-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,10 @@ public final class GoogleMapsAddressvalidationV1Address extends com.google.api.c
43
43
44
44
/**
45
45
* The post-processed address, formatted as a single-line address following the address formatting
46
-
* rules of the region where the address is located.
46
+
* rules of the region where the address is located. Note: the format of this address may not
47
+
* match the format of the address in the `postal_address` field. For example, the
48
+
* `postal_address` will always represent the country as a 2 letter `region_code` (ex. "US" or
49
+
* "CA"), whereas this field will use a longer form of the country name (ex. "USA or "Canada").
47
50
* The value may be {@code null}.
48
51
*/
49
52
@com.google.api.client.util.Key
@@ -82,9 +85,9 @@ public final class GoogleMapsAddressvalidationV1Address extends com.google.api.c
82
85
83
86
/**
84
87
* Any tokens in the input that could not be resolved. This might be an input that was not
85
-
* recognized as a valid part of an address (for example in an input like "123235253253 Main St,
86
-
* San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that
87
-
* does not look like a valid street number.
88
+
* recognized as a valid part of an address (for example in an input like "Parcel 0000123123 &
89
+
* 0000456456 Str # Guthrie Center IA 50115 US", the unresolved tokens may look like `["Parcel",
90
+
* "0000123123", "&", "0000456456"]`.
88
91
* The value may be {@code null}.
89
92
*/
90
93
@com.google.api.client.util.Key
@@ -115,7 +118,10 @@ public GoogleMapsAddressvalidationV1Address setAddressComponents(java.util.List<
115
118
116
119
/**
117
120
* The post-processed address, formatted as a single-line address following the address formatting
118
-
* rules of the region where the address is located.
121
+
* rules of the region where the address is located. Note: the format of this address may not
122
+
* match the format of the address in the `postal_address` field. For example, the
123
+
* `postal_address` will always represent the country as a 2 letter `region_code` (ex. "US" or
124
+
* "CA"), whereas this field will use a longer form of the country name (ex. "USA or "Canada").
119
125
* @return value or {@code null} for none
120
126
*/
121
127
publicjava.lang.StringgetFormattedAddress() {
@@ -124,7 +130,10 @@ public java.lang.String getFormattedAddress() {
124
130
125
131
/**
126
132
* The post-processed address, formatted as a single-line address following the address formatting
127
-
* rules of the region where the address is located.
133
+
* rules of the region where the address is located. Note: the format of this address may not
134
+
* match the format of the address in the `postal_address` field. For example, the
135
+
* `postal_address` will always represent the country as a 2 letter `region_code` (ex. "US" or
136
+
* "CA"), whereas this field will use a longer form of the country name (ex. "USA or "Canada").
128
137
* @param formattedAddress formattedAddress or {@code null} for none
0 commit comments