diff --git a/clients/google-api-services-mybusinessverifications/v1/2.0.0/README.md b/clients/google-api-services-mybusinessverifications/v1/2.0.0/README.md
index 9270622297c..1192d291939 100644
--- a/clients/google-api-services-mybusinessverifications/v1/2.0.0/README.md
+++ b/clients/google-api-services-mybusinessverifications/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-mybusinessverifications
- v1-rev20260524-2.0.0
+ v1-rev20260527-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-mybusinessverifications:v1-rev20260524-2.0.0'
+ implementation 'com.google.apis:google-api-services-mybusinessverifications:v1-rev20260527-2.0.0'
}
```
diff --git a/clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/GenerateInstantVerificationTokenRequest.java b/clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/GenerateInstantVerificationTokenRequest.java
index 5eb01bb77c1..9637491ce56 100644
--- a/clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/GenerateInstantVerificationTokenRequest.java
+++ b/clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/GenerateInstantVerificationTokenRequest.java
@@ -30,14 +30,6 @@
@SuppressWarnings("javadoc")
public final class GenerateInstantVerificationTokenRequest extends com.google.api.client.json.GenericJson {
- /**
- * Immutable. Deprecated: Please use location_id instead. The address and other details of the
- * location to generate an instant verification token for.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private LocationData locationData;
-
/**
* The location identifier associated with an unverified listing. This is the location id
* generated at the time that the listing was originally created. It is the final portion of a
@@ -50,25 +42,6 @@ public final class GenerateInstantVerificationTokenRequest extends com.google.ap
@com.google.api.client.util.Key
private java.lang.String locationId;
- /**
- * Immutable. Deprecated: Please use location_id instead. The address and other details of the
- * location to generate an instant verification token for.
- * @return value or {@code null} for none
- */
- public LocationData getLocationData() {
- return locationData;
- }
-
- /**
- * Immutable. Deprecated: Please use location_id instead. The address and other details of the
- * location to generate an instant verification token for.
- * @param locationData locationData or {@code null} for none
- */
- public GenerateInstantVerificationTokenRequest setLocationData(LocationData locationData) {
- this.locationData = locationData;
- return this;
- }
-
/**
* The location identifier associated with an unverified listing. This is the location id
* generated at the time that the listing was originally created. It is the final portion of a
diff --git a/clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/LocationData.java b/clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/LocationData.java
deleted file mode 100644
index b9a727d3c37..00000000000
--- a/clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/LocationData.java
+++ /dev/null
@@ -1,118 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
- * in compliance with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under the License
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
- * or implied. See the License for the specific language governing permissions and limitations under
- * the License.
- */
-/*
- * This code was generated by https://github.com/googleapis/google-api-java-client-services/
- * Modify at your own risk.
- */
-
-package com.google.api.services.mybusinessverifications.v1.model;
-
-/**
- * The address and other details of the location to generate an instant verification token for.
- *
- *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the My Business Verifications API. For a detailed
- * explanation see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- *
- *
- * @author Google, Inc.
- */
-@SuppressWarnings("javadoc")
-public final class LocationData extends com.google.api.client.json.GenericJson {
-
- /**
- * Immutable. A precise, accurate address to describe your business location. PO boxes or
- * mailboxes located at remote locations are not acceptable. At this time, you can specify a
- * maximum of five `address_lines` values in the address.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private PostalAddress address;
-
- /**
- * Immutable. Name should reflect your business's real-world name, as used consistently on your
- * storefront, website, and stationery, and as known to customers. Any additional information,
- * when relevant, can be included in other fields of the resource (for example, `Address`,
- * `Categories`). Don't add unnecessary information to your name (for example, prefer "Google"
- * over "Google Inc. - Mountain View Corporate Headquarters"). Don't include marketing taglines,
- * store codes, special characters, hours or closed/open status, phone numbers, website URLs,
- * service/product information, location/address or directions, or containment information (for
- * example, "Chase ATM in Duane Reade").
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.lang.String name;
-
- /**
- * Immutable. A precise, accurate address to describe your business location. PO boxes or
- * mailboxes located at remote locations are not acceptable. At this time, you can specify a
- * maximum of five `address_lines` values in the address.
- * @return value or {@code null} for none
- */
- public PostalAddress getAddress() {
- return address;
- }
-
- /**
- * Immutable. A precise, accurate address to describe your business location. PO boxes or
- * mailboxes located at remote locations are not acceptable. At this time, you can specify a
- * maximum of five `address_lines` values in the address.
- * @param address address or {@code null} for none
- */
- public LocationData setAddress(PostalAddress address) {
- this.address = address;
- return this;
- }
-
- /**
- * Immutable. Name should reflect your business's real-world name, as used consistently on your
- * storefront, website, and stationery, and as known to customers. Any additional information,
- * when relevant, can be included in other fields of the resource (for example, `Address`,
- * `Categories`). Don't add unnecessary information to your name (for example, prefer "Google"
- * over "Google Inc. - Mountain View Corporate Headquarters"). Don't include marketing taglines,
- * store codes, special characters, hours or closed/open status, phone numbers, website URLs,
- * service/product information, location/address or directions, or containment information (for
- * example, "Chase ATM in Duane Reade").
- * @return value or {@code null} for none
- */
- public java.lang.String getName() {
- return name;
- }
-
- /**
- * Immutable. Name should reflect your business's real-world name, as used consistently on your
- * storefront, website, and stationery, and as known to customers. Any additional information,
- * when relevant, can be included in other fields of the resource (for example, `Address`,
- * `Categories`). Don't add unnecessary information to your name (for example, prefer "Google"
- * over "Google Inc. - Mountain View Corporate Headquarters"). Don't include marketing taglines,
- * store codes, special characters, hours or closed/open status, phone numbers, website URLs,
- * service/product information, location/address or directions, or containment information (for
- * example, "Chase ATM in Duane Reade").
- * @param name name or {@code null} for none
- */
- public LocationData setName(java.lang.String name) {
- this.name = name;
- return this;
- }
-
- @Override
- public LocationData set(String fieldName, Object value) {
- return (LocationData) super.set(fieldName, value);
- }
-
- @Override
- public LocationData clone() {
- return (LocationData) super.clone();
- }
-
-}
diff --git a/clients/google-api-services-mybusinessverifications/v1/2.0.0/pom.xml b/clients/google-api-services-mybusinessverifications/v1/2.0.0/pom.xml
index ccc0f871f72..6396f0b0267 100644
--- a/clients/google-api-services-mybusinessverifications/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-mybusinessverifications/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-mybusinessverifications
- v1-rev20260524-2.0.0
- My Business Verifications API v1-rev20260524-2.0.0
+ v1-rev20260527-2.0.0
+ My Business Verifications API v1-rev20260527-2.0.0
jar
2011
diff --git a/clients/google-api-services-mybusinessverifications/v1/README.md b/clients/google-api-services-mybusinessverifications/v1/README.md
index 9270622297c..1192d291939 100644
--- a/clients/google-api-services-mybusinessverifications/v1/README.md
+++ b/clients/google-api-services-mybusinessverifications/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-mybusinessverifications
- v1-rev20260524-2.0.0
+ v1-rev20260527-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-mybusinessverifications:v1-rev20260524-2.0.0'
+ implementation 'com.google.apis:google-api-services-mybusinessverifications:v1-rev20260527-2.0.0'
}
```