Skip to content

Commit e29dcf6

Browse files
1 parent fefd4f3 commit e29dcf6

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-mybusinessverifications/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-mybusinessverifications</artifactId>
25-
<version>v1-rev20250721-2.0.0</version>
25+
<version>v1-rev20250804-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-mybusinessverifications:v1-rev20250721-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessverifications:v1-rev20250804-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/VerifyLocationRequest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ public final class VerifyLocationRequest extends com.google.api.client.json.Gene
9191
@com.google.api.client.util.Key
9292
private VerificationToken token;
9393

94+
/**
95+
* The input for TRUSTED_PARTNER method The verification token that is associated to the location.
96+
* The value may be {@code null}.
97+
*/
98+
@com.google.api.client.util.Key
99+
private java.lang.String trustedPartnerToken;
100+
94101
/**
95102
* Optional. Extra context information for the verification of service businesses. It is only
96103
* required for the locations whose business type is CUSTOMER_LOCATION_ONLY. For ADDRESS
@@ -234,6 +241,23 @@ public VerifyLocationRequest setToken(VerificationToken token) {
234241
return this;
235242
}
236243

244+
/**
245+
* The input for TRUSTED_PARTNER method The verification token that is associated to the location.
246+
* @return value or {@code null} for none
247+
*/
248+
public java.lang.String getTrustedPartnerToken() {
249+
return trustedPartnerToken;
250+
}
251+
252+
/**
253+
* The input for TRUSTED_PARTNER method The verification token that is associated to the location.
254+
* @param trustedPartnerToken trustedPartnerToken or {@code null} for none
255+
*/
256+
public VerifyLocationRequest setTrustedPartnerToken(java.lang.String trustedPartnerToken) {
257+
this.trustedPartnerToken = trustedPartnerToken;
258+
return this;
259+
}
260+
237261
@Override
238262
public VerifyLocationRequest set(String fieldName, Object value) {
239263
return (VerifyLocationRequest) super.set(fieldName, value);

clients/google-api-services-mybusinessverifications/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-mybusinessverifications</artifactId>
11-
<version>v1-rev20250721-2.0.0</version>
12-
<name>My Business Verifications API v1-rev20250721-2.0.0</name>
11+
<version>v1-rev20250804-2.0.0</version>
12+
<name>My Business Verifications API v1-rev20250804-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-mybusinessverifications/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-mybusinessverifications</artifactId>
25-
<version>v1-rev20250721-2.0.0</version>
25+
<version>v1-rev20250804-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-mybusinessverifications:v1-rev20250721-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessverifications:v1-rev20250804-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)