From c6a91659c13d42b67b90ab33866eb09936a80fdd Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 28 May 2026 18:53:51 -0700
Subject: [PATCH] chore: regenerate mybusinessverifications client
---
.../v1/2.0.0/README.md | 4 +-
...nerateInstantVerificationTokenRequest.java | 27 ----
.../v1/model/LocationData.java | 118 ------------------
.../v1/2.0.0/pom.xml | 4 +-
.../v1/README.md | 4 +-
5 files changed, 6 insertions(+), 151 deletions(-)
delete mode 100644 clients/google-api-services-mybusinessverifications/v1/2.0.0/com/google/api/services/mybusinessverifications/v1/model/LocationData.java
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:
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 @@