Skip to content

Commit 52934e6

Browse files
1 parent 5f50252 commit 52934e6

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public final class GoogleMapsAddressvalidationV1UspsData extends com.google.api.
149149
* Indicates that more than one DPV return code is valid for the address. Returns a single
150150
* character. * `Y`: Address was DPV confirmed for primary and any secondary numbers. * `N`:
151151
* Primary and any secondary number information failed to DPV confirm. * `S`: Address was DPV
152-
* confirmed for the primary number only, and the secondary number information was present by not
152+
* confirmed for the primary number only, and the secondary number information was present but not
153153
* confirmed, or a single trailing alpha on a primary number was dropped to make a DPV match and
154154
* secondary information required. * `D`: Address was DPV confirmed for the primary number only,
155155
* and the secondary number information was missing. * `R`: Address confirmed but assigned to
@@ -624,7 +624,7 @@ public GoogleMapsAddressvalidationV1UspsData setDpvDrop(java.lang.String dpvDrop
624624
* Indicates that more than one DPV return code is valid for the address. Returns a single
625625
* character. * `Y`: Address was DPV confirmed for primary and any secondary numbers. * `N`:
626626
* Primary and any secondary number information failed to DPV confirm. * `S`: Address was DPV
627-
* confirmed for the primary number only, and the secondary number information was present by not
627+
* confirmed for the primary number only, and the secondary number information was present but not
628628
* confirmed, or a single trailing alpha on a primary number was dropped to make a DPV match and
629629
* secondary information required. * `D`: Address was DPV confirmed for the primary number only,
630630
* and the secondary number information was missing. * `R`: Address confirmed but assigned to
@@ -639,7 +639,7 @@ public java.lang.String getDpvEnhancedDeliveryCode() {
639639
* Indicates that more than one DPV return code is valid for the address. Returns a single
640640
* character. * `Y`: Address was DPV confirmed for primary and any secondary numbers. * `N`:
641641
* Primary and any secondary number information failed to DPV confirm. * `S`: Address was DPV
642-
* confirmed for the primary number only, and the secondary number information was present by not
642+
* confirmed for the primary number only, and the secondary number information was present but not
643643
* confirmed, or a single trailing alpha on a primary number was dropped to make a DPV match and
644644
* secondary information required. * `D`: Address was DPV confirmed for the primary number only,
645645
* and the secondary number information was missing. * `R`: Address confirmed but assigned to

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

0 commit comments

Comments
 (0)