Skip to content

Commit 9dee477

Browse files
chore: regenerate mybusinessverifications client (#31855)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 28dadc0 commit 9dee477

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class GenerateInstantVerificationTokenRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Immutable. The address and other details of the location to generate an instant verification
35-
* token for.
34+
* Immutable. Deprecated: Please use location_id instead. The address and other details of the
35+
* location to generate an instant verification token for.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -51,17 +51,17 @@ public final class GenerateInstantVerificationTokenRequest extends com.google.ap
5151
private java.lang.String locationId;
5252

5353
/**
54-
* Immutable. The address and other details of the location to generate an instant verification
55-
* token for.
54+
* Immutable. Deprecated: Please use location_id instead. The address and other details of the
55+
* location to generate an instant verification token for.
5656
* @return value or {@code null} for none
5757
*/
5858
public LocationData getLocationData() {
5959
return locationData;
6060
}
6161

6262
/**
63-
* Immutable. The address and other details of the location to generate an instant verification
64-
* token for.
63+
* Immutable. Deprecated: Please use location_id instead. The address and other details of the
64+
* location to generate an instant verification token for.
6565
* @param locationData locationData or {@code null} for none
6666
*/
6767
public GenerateInstantVerificationTokenRequest setLocationData(LocationData locationData) {

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-rev20260415-2.0.0</version>
12-
<name>My Business Verifications API v1-rev20260415-2.0.0</name>
11+
<version>v1-rev20260524-2.0.0</version>
12+
<name>My Business Verifications API v1-rev20260524-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-rev20260415-2.0.0</version>
25+
<version>v1-rev20260524-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-rev20260415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessverifications:v1-rev20260524-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)