Skip to content

Commit 6503031

Browse files
1 parent a2e5087 commit 6503031

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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-rev20250615-2.0.0</version>
25+
<version>v1-rev20250618-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-rev20250615-2.0.0'
38+
implementation 'com.google.apis:google-api-services-addressvalidation:v1-rev20250618-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ public final class GoogleMapsAddressvalidationV1Verdict extends com.google.api.c
8787
* The granularity of the **input** address. This is the result of parsing the input address and
8888
* does not give any validation signals. For validation signals, refer to `validation_granularity`
8989
* below. For example, if the input address includes a specific apartment number, then the
90-
* `input_granularity` here will be `SUB_PREMISE`. If we cannot match the apartment number in the
91-
* databases or the apartment number is invalid, the `validation_granularity` will likely be
92-
* `PREMISE` or more coarse.
90+
* `input_granularity` here will be `SUB_PREMISE`. If the address validation service cannot match
91+
* the apartment number in the databases or the apartment number is invalid, the
92+
* `validation_granularity` will likely be `PREMISE` or more coarse.
9393
* The value may be {@code null}.
9494
*/
9595
@com.google.api.client.util.Key
@@ -249,9 +249,9 @@ public GoogleMapsAddressvalidationV1Verdict setHasUnconfirmedComponents(java.lan
249249
* The granularity of the **input** address. This is the result of parsing the input address and
250250
* does not give any validation signals. For validation signals, refer to `validation_granularity`
251251
* below. For example, if the input address includes a specific apartment number, then the
252-
* `input_granularity` here will be `SUB_PREMISE`. If we cannot match the apartment number in the
253-
* databases or the apartment number is invalid, the `validation_granularity` will likely be
254-
* `PREMISE` or more coarse.
252+
* `input_granularity` here will be `SUB_PREMISE`. If the address validation service cannot match
253+
* the apartment number in the databases or the apartment number is invalid, the
254+
* `validation_granularity` will likely be `PREMISE` or more coarse.
255255
* @return value or {@code null} for none
256256
*/
257257
public java.lang.String getInputGranularity() {
@@ -262,9 +262,9 @@ public java.lang.String getInputGranularity() {
262262
* The granularity of the **input** address. This is the result of parsing the input address and
263263
* does not give any validation signals. For validation signals, refer to `validation_granularity`
264264
* below. For example, if the input address includes a specific apartment number, then the
265-
* `input_granularity` here will be `SUB_PREMISE`. If we cannot match the apartment number in the
266-
* databases or the apartment number is invalid, the `validation_granularity` will likely be
267-
* `PREMISE` or more coarse.
265+
* `input_granularity` here will be `SUB_PREMISE`. If the address validation service cannot match
266+
* the apartment number in the databases or the apartment number is invalid, the
267+
* `validation_granularity` will likely be `PREMISE` or more coarse.
268268
* @param inputGranularity inputGranularity or {@code null} for none
269269
*/
270270
public GoogleMapsAddressvalidationV1Verdict setInputGranularity(java.lang.String inputGranularity) {

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-rev20250615-2.0.0</version>
12-
<name>Address Validation API v1-rev20250615-2.0.0</name>
11+
<version>v1-rev20250618-2.0.0</version>
12+
<name>Address Validation API v1-rev20250618-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-rev20250615-2.0.0</version>
25+
<version>v1-rev20250618-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-rev20250615-2.0.0'
38+
implementation 'com.google.apis:google-api-services-addressvalidation:v1-rev20250618-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)