From f28077ab40351c64d44d0ab644b2aa2c02f16e93 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:20:29 -0700 Subject: [PATCH] chore: regenerate mybusinessbusinessinformation client --- .../v1/2.0.0/README.md | 4 ++-- .../v1/MyBusinessBusinessInformation.java | 14 +++++++---- .../v1/model/Location.java | 6 ++--- .../v1/model/Metadata.java | 24 ++++++++++++------- .../v1/model/Places.java | 6 ++--- .../v1/model/RelationshipData.java | 18 +++++++------- .../v1/model/ServiceAreaBusiness.java | 6 ++--- .../v1/2.0.0/pom.xml | 4 ++-- .../v1/README.md | 4 ++-- 9 files changed, 48 insertions(+), 38 deletions(-) diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md index 43da021448d..998558a2a36 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md +++ b/clients/google-api-services-mybusinessbusinessinformation/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-mybusinessbusinessinformation - v1-rev20260826-2.0.0 + v1-rev20260916-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260826-2.0.0' + implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260916-2.0.0' } ``` diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/MyBusinessBusinessInformation.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/MyBusinessBusinessInformation.java index 7e7abbe98e9..27a91a21852 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/MyBusinessBusinessInformation.java +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/MyBusinessBusinessInformation.java @@ -2443,7 +2443,7 @@ public GetGoogleUpdated set(String parameterName, Object value) { * setting any optional parameters, call the {@link Patch#execute()} method to invoke the remote * operation. * - * @param name Google identifier for this location in the form: `locations/{location_id}`. + * @param name Identifier. Google identifier for this location in the form: `locations/{location_id}`. * @param content the {@link com.google.api.services.mybusinessbusinessinformation.v1.model.Location} * @return the request */ @@ -2471,7 +2471,7 @@ public class Patch extends MyBusinessBusinessInformationRequest * - * @param name Google identifier for this location in the form: `locations/{location_id}`. + * @param name Identifier. Google identifier for this location in the form: `locations/{location_id}`. * @param content the {@link com.google.api.services.mybusinessbusinessinformation.v1.model.Location} * @since 1.13 */ @@ -2540,17 +2540,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) { return (Patch) super.setUploadProtocol(uploadProtocol); } - /** Google identifier for this location in the form: `locations/{location_id}`. */ + /** + * Identifier. Google identifier for this location in the form: `locations/{location_id}`. + */ @com.google.api.client.util.Key private java.lang.String name; - /** Google identifier for this location in the form: `locations/{location_id}`. + /** Identifier. Google identifier for this location in the form: `locations/{location_id}`. */ public java.lang.String getName() { return name; } - /** Google identifier for this location in the form: `locations/{location_id}`. */ + /** + * Identifier. Google identifier for this location in the form: `locations/{location_id}`. + */ public Patch setName(java.lang.String name) { if (!getSuppressPatternChecks()) { com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(), diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Location.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Location.java index 3c195f6135e..22486bbfd86 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Location.java +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Location.java @@ -87,7 +87,7 @@ public final class Location extends com.google.api.client.json.GenericJson { private java.util.List moreHours; /** - * Google identifier for this location in the form: `locations/{location_id}`. + * Identifier. Google identifier for this location in the form: `locations/{location_id}`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -326,7 +326,7 @@ public Location setMoreHours(java.util.List moreHours) { } /** - * Google identifier for this location in the form: `locations/{location_id}`. + * Identifier. Google identifier for this location in the form: `locations/{location_id}`. * @return value or {@code null} for none */ public java.lang.String getName() { @@ -334,7 +334,7 @@ public java.lang.String getName() { } /** - * Google identifier for this location in the form: `locations/{location_id}`. + * Identifier. Google identifier for this location in the form: `locations/{location_id}`. * @param name name or {@code null} for none */ public Location setName(java.lang.String name) { diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Metadata.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Metadata.java index bb2b833c203..3acdfc3d0d3 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Metadata.java +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Metadata.java @@ -66,8 +66,8 @@ public final class Metadata extends com.google.api.client.json.GenericJson { private java.lang.Boolean canOperateHealthData; /** - * Output only. Indicates if the listing can manage local posts. Deprecated: This field is no - * longer populated and will be removed in a future version. + * Output only. Deprecated: This field is no longer populated and will be removed in a future + * version. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -113,7 +113,9 @@ public final class Metadata extends com.google.api.client.json.GenericJson { private java.lang.Boolean hasVoiceOfMerchant; /** - * Output only. + * Output only. Indicates whether the location is classified as a particularly personal place. + * This means there are restrictions on Location History features. If you believe this was a + * mistake, see the [help center article](https://support.google.com/business/answer/3480441). * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -229,8 +231,8 @@ public Metadata setCanOperateHealthData(java.lang.Boolean canOperateHealthData) } /** - * Output only. Indicates if the listing can manage local posts. Deprecated: This field is no - * longer populated and will be removed in a future version. + * Output only. Deprecated: This field is no longer populated and will be removed in a future + * version. * @return value or {@code null} for none */ public java.lang.Boolean getCanOperateLocalPost() { @@ -238,8 +240,8 @@ public java.lang.Boolean getCanOperateLocalPost() { } /** - * Output only. Indicates if the listing can manage local posts. Deprecated: This field is no - * longer populated and will be removed in a future version. + * Output only. Deprecated: This field is no longer populated and will be removed in a future + * version. * @param canOperateLocalPost canOperateLocalPost or {@code null} for none */ public Metadata setCanOperateLocalPost(java.lang.Boolean canOperateLocalPost) { @@ -341,7 +343,9 @@ public Metadata setHasVoiceOfMerchant(java.lang.Boolean hasVoiceOfMerchant) { } /** - * Output only. + * Output only. Indicates whether the location is classified as a particularly personal place. + * This means there are restrictions on Location History features. If you believe this was a + * mistake, see the [help center article](https://support.google.com/business/answer/3480441). * @return value or {@code null} for none */ public java.lang.Boolean getIsParticularlyPersonalPlace() { @@ -349,7 +353,9 @@ public java.lang.Boolean getIsParticularlyPersonalPlace() { } /** - * Output only. + * Output only. Indicates whether the location is classified as a particularly personal place. + * This means there are restrictions on Location History features. If you believe this was a + * mistake, see the [help center article](https://support.google.com/business/answer/3480441). * @param isParticularlyPersonalPlace isParticularlyPersonalPlace or {@code null} for none */ public Metadata setIsParticularlyPersonalPlace(java.lang.Boolean isParticularlyPersonalPlace) { diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Places.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Places.java index def6ab86270..29160ca80fa 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Places.java +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Places.java @@ -31,7 +31,7 @@ public final class Places extends com.google.api.client.json.GenericJson { /** - * The areas represented by place IDs. Limited to a maximum of 20 places. + * Optional. The areas represented by place IDs. Limited to a maximum of 20 places. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class Places extends com.google.api.client.json.GenericJson { } /** - * The areas represented by place IDs. Limited to a maximum of 20 places. + * Optional. The areas represented by place IDs. Limited to a maximum of 20 places. * @return value or {@code null} for none */ public java.util.List getPlaceInfos() { @@ -52,7 +52,7 @@ public java.util.List getPlaceInfos() { } /** - * The areas represented by place IDs. Limited to a maximum of 20 places. + * Optional. The areas represented by place IDs. Limited to a maximum of 20 places. * @param placeInfos placeInfos or {@code null} for none */ public Places setPlaceInfos(java.util.List placeInfos) { diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/RelationshipData.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/RelationshipData.java index ed400bf9606..16ab9664521 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/RelationshipData.java +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/RelationshipData.java @@ -31,28 +31,28 @@ public final class RelationshipData extends com.google.api.client.json.GenericJson { /** - * The list of children locations that this location has relations with. + * Optional. The list of children locations that this location has relations with. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List childrenLocations; /** - * The resource name of the Chain that this location is member of. How to find Chain ID + * Optional. The resource name of the Chain that this location is member of. How to find Chain ID * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String parentChain; /** - * The parent location that this location has relations with. + * Optional. The parent location that this location has relations with. * The value may be {@code null}. */ @com.google.api.client.util.Key private RelevantLocation parentLocation; /** - * The list of children locations that this location has relations with. + * Optional. The list of children locations that this location has relations with. * @return value or {@code null} for none */ public java.util.List getChildrenLocations() { @@ -60,7 +60,7 @@ public java.util.List getChildrenLocations() { } /** - * The list of children locations that this location has relations with. + * Optional. The list of children locations that this location has relations with. * @param childrenLocations childrenLocations or {@code null} for none */ public RelationshipData setChildrenLocations(java.util.List childrenLocations) { @@ -69,7 +69,7 @@ public RelationshipData setChildrenLocations(java.util.List ch } /** - * The resource name of the Chain that this location is member of. How to find Chain ID + * Optional. The resource name of the Chain that this location is member of. How to find Chain ID * @return value or {@code null} for none */ public java.lang.String getParentChain() { @@ -77,7 +77,7 @@ public java.lang.String getParentChain() { } /** - * The resource name of the Chain that this location is member of. How to find Chain ID + * Optional. The resource name of the Chain that this location is member of. How to find Chain ID * @param parentChain parentChain or {@code null} for none */ public RelationshipData setParentChain(java.lang.String parentChain) { @@ -86,7 +86,7 @@ public RelationshipData setParentChain(java.lang.String parentChain) { } /** - * The parent location that this location has relations with. + * Optional. The parent location that this location has relations with. * @return value or {@code null} for none */ public RelevantLocation getParentLocation() { @@ -94,7 +94,7 @@ public RelevantLocation getParentLocation() { } /** - * The parent location that this location has relations with. + * Optional. The parent location that this location has relations with. * @param parentLocation parentLocation or {@code null} for none */ public RelationshipData setParentLocation(RelevantLocation parentLocation) { diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/ServiceAreaBusiness.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/ServiceAreaBusiness.java index 5030cfba28e..e2bd9698d0d 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/ServiceAreaBusiness.java +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/ServiceAreaBusiness.java @@ -39,7 +39,7 @@ public final class ServiceAreaBusiness extends com.google.api.client.json.Generi private java.lang.String businessType; /** - * The area that this business serves defined through a set of places. + * Optional. The area that this business serves defined through a set of places. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -79,7 +79,7 @@ public ServiceAreaBusiness setBusinessType(java.lang.String businessType) { } /** - * The area that this business serves defined through a set of places. + * Optional. The area that this business serves defined through a set of places. * @return value or {@code null} for none */ public Places getPlaces() { @@ -87,7 +87,7 @@ public Places getPlaces() { } /** - * The area that this business serves defined through a set of places. + * Optional. The area that this business serves defined through a set of places. * @param places places or {@code null} for none */ public ServiceAreaBusiness setPlaces(Places places) { diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml index 0abd31e8c7e..9da331b5303 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-mybusinessbusinessinformation - v1-rev20260826-2.0.0 - My Business Business Information API v1-rev20260826-2.0.0 + v1-rev20260916-2.0.0 + My Business Business Information API v1-rev20260916-2.0.0 jar 2011 diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/README.md b/clients/google-api-services-mybusinessbusinessinformation/v1/README.md index 43da021448d..998558a2a36 100644 --- a/clients/google-api-services-mybusinessbusinessinformation/v1/README.md +++ b/clients/google-api-services-mybusinessbusinessinformation/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-mybusinessbusinessinformation - v1-rev20260826-2.0.0 + v1-rev20260916-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260826-2.0.0' + implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260916-2.0.0' } ```