File tree Expand file tree Collapse file tree
clients/google-api-services-mybusinessverifications/v1
com/google/api/services/mybusinessverifications/v1/model Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3131public 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments