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
+18-15Lines changed: 18 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,9 @@ public final class GoogleMapsAddressvalidationV1Address extends com.google.api.c
45
45
* The post-processed address, formatted as a single-line address following the address formatting
46
46
* rules of the region where the address is located. Note: the format of this address may not
47
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").
48
+
* `postal_address` always represents the country as a 2 letter `region_code`, such as "US" or
49
+
* "NZ". By contrast, this field uses a longer form of the country name, such as "USA" or "New
50
+
* Zealand".
50
51
* The value may be {@code null}.
51
52
*/
52
53
@com.google.api.client.util.Key
@@ -85,9 +86,9 @@ public final class GoogleMapsAddressvalidationV1Address extends com.google.api.c
85
86
86
87
/**
87
88
* Any tokens in the input that could not be resolved. This might be an input that was not
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"]`.
89
+
* recognized as a valid part of an address. For example, for an input such as "Parcel 0000123123
90
+
* & 0000456456 Str # Guthrie Center IA 50115 US", the unresolved tokens might look like
91
+
* `["Parcel", "0000123123", "&", "0000456456"]`.
91
92
* The value may be {@code null}.
92
93
*/
93
94
@com.google.api.client.util.Key
@@ -120,8 +121,9 @@ public GoogleMapsAddressvalidationV1Address setAddressComponents(java.util.List<
120
121
* The post-processed address, formatted as a single-line address following the address formatting
121
122
* rules of the region where the address is located. Note: the format of this address may not
122
123
* 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").
124
+
* `postal_address` always represents the country as a 2 letter `region_code`, such as "US" or
125
+
* "NZ". By contrast, this field uses a longer form of the country name, such as "USA" or "New
126
+
* Zealand".
125
127
* @return value or {@code null} for none
126
128
*/
127
129
publicjava.lang.StringgetFormattedAddress() {
@@ -132,8 +134,9 @@ public java.lang.String getFormattedAddress() {
132
134
* The post-processed address, formatted as a single-line address following the address formatting
133
135
* rules of the region where the address is located. Note: the format of this address may not
134
136
* 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").
137
+
* `postal_address` always represents the country as a 2 letter `region_code`, such as "US" or
138
+
* "NZ". By contrast, this field uses a longer form of the country name, such as "USA" or "New
139
+
* Zealand".
137
140
* @param formattedAddress formattedAddress or {@code null} for none
0 commit comments