Skip to content

Commit f119328

Browse files
1 parent abf9fa8 commit f119328

File tree

4 files changed

+24
-21
lines changed

4 files changed

+24
-21
lines changed

clients/google-api-services-addressvalidation/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-addressvalidation</artifactId>
25-
<version>v1-rev20241106-2.0.0</version>
25+
<version>v1-rev20241110-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-addressvalidation:v1-rev20241106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-addressvalidation:v1-rev20241110-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-addressvalidation/v1/2.0.0/com/google/api/services/addressvalidation/v1/model/GoogleMapsAddressvalidationV1Address.java

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ public final class GoogleMapsAddressvalidationV1Address extends com.google.api.c
4545
* The post-processed address, formatted as a single-line address following the address formatting
4646
* rules of the region where the address is located. Note: the format of this address may not
4747
* 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".
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -85,9 +86,9 @@ public final class GoogleMapsAddressvalidationV1Address extends com.google.api.c
8586

8687
/**
8788
* 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"]`.
9192
* The value may be {@code null}.
9293
*/
9394
@com.google.api.client.util.Key
@@ -120,8 +121,9 @@ public GoogleMapsAddressvalidationV1Address setAddressComponents(java.util.List<
120121
* The post-processed address, formatted as a single-line address following the address formatting
121122
* rules of the region where the address is located. Note: the format of this address may not
122123
* 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".
125127
* @return value or {@code null} for none
126128
*/
127129
public java.lang.String getFormattedAddress() {
@@ -132,8 +134,9 @@ public java.lang.String getFormattedAddress() {
132134
* The post-processed address, formatted as a single-line address following the address formatting
133135
* rules of the region where the address is located. Note: the format of this address may not
134136
* 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".
137140
* @param formattedAddress formattedAddress or {@code null} for none
138141
*/
139142
public GoogleMapsAddressvalidationV1Address setFormattedAddress(java.lang.String formattedAddress) {
@@ -214,9 +217,9 @@ public GoogleMapsAddressvalidationV1Address setUnconfirmedComponentTypes(java.ut
214217

215218
/**
216219
* Any tokens in the input that could not be resolved. This might be an input that was not
217-
* recognized as a valid part of an address (for example in an input like "Parcel 0000123123 &
218-
* 0000456456 Str # Guthrie Center IA 50115 US", the unresolved tokens may look like `["Parcel",
219-
* "0000123123", "&", "0000456456"]`.
220+
* recognized as a valid part of an address. For example, for an input such as "Parcel 0000123123
221+
* & 0000456456 Str # Guthrie Center IA 50115 US", the unresolved tokens might look like
222+
* `["Parcel", "0000123123", "&", "0000456456"]`.
220223
* @return value or {@code null} for none
221224
*/
222225
public java.util.List<java.lang.String> getUnresolvedTokens() {
@@ -225,9 +228,9 @@ public java.util.List<java.lang.String> getUnresolvedTokens() {
225228

226229
/**
227230
* Any tokens in the input that could not be resolved. This might be an input that was not
228-
* recognized as a valid part of an address (for example in an input like "Parcel 0000123123 &
229-
* 0000456456 Str # Guthrie Center IA 50115 US", the unresolved tokens may look like `["Parcel",
230-
* "0000123123", "&", "0000456456"]`.
231+
* recognized as a valid part of an address. For example, for an input such as "Parcel 0000123123
232+
* & 0000456456 Str # Guthrie Center IA 50115 US", the unresolved tokens might look like
233+
* `["Parcel", "0000123123", "&", "0000456456"]`.
231234
* @param unresolvedTokens unresolvedTokens or {@code null} for none
232235
*/
233236
public GoogleMapsAddressvalidationV1Address setUnresolvedTokens(java.util.List<java.lang.String> unresolvedTokens) {

clients/google-api-services-addressvalidation/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-addressvalidation</artifactId>
11-
<version>v1-rev20241106-2.0.0</version>
12-
<name>Address Validation API v1-rev20241106-2.0.0</name>
11+
<version>v1-rev20241110-2.0.0</version>
12+
<name>Address Validation API v1-rev20241110-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-addressvalidation/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-addressvalidation</artifactId>
25-
<version>v1-rev20241106-2.0.0</version>
25+
<version>v1-rev20241110-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-addressvalidation:v1-rev20241106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-addressvalidation:v1-rev20241110-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)