Skip to content

Commit bdd2b3d

Browse files
chore: regenerate mybusinessbusinessinformation client (googleapis#31469)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 22254e0 commit bdd2b3d

7 files changed

Lines changed: 46 additions & 25 deletions

File tree

clients/google-api-services-mybusinessbusinessinformation/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-mybusinessbusinessinformation</artifactId>
25-
<version>v1-rev20250723-2.0.0</version>
25+
<version>v1-rev20260405-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-mybusinessbusinessinformation:v1-rev20250723-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260405-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/MyBusinessBusinessInformation.java

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,9 @@ public GetAttributes set(String parameterName, Object value) {
22452245
}
22462246
}
22472247
/**
2248-
* Gets the Google-updated version of the specified location.
2248+
* Gets the version of the specified location, returning a `GoogleUpdatedLocation` that provides the
2249+
* location view as it appears to consumers and masks indicating which fields are different than the
2250+
* merchant's information.
22492251
*
22502252
* Create a request for the method "locations.getGoogleUpdated".
22512253
*
@@ -2270,7 +2272,9 @@ public class GetGoogleUpdated extends MyBusinessBusinessInformationRequest<com.g
22702272
java.util.regex.Pattern.compile("^locations/[^/]+$");
22712273

22722274
/**
2273-
* Gets the Google-updated version of the specified location.
2275+
* Gets the version of the specified location, returning a `GoogleUpdatedLocation` that provides
2276+
* the location view as it appears to consumers and masks indicating which fields are different
2277+
* than the merchant's information.
22742278
*
22752279
* Create a request for the method "locations.getGoogleUpdated".
22762280
*
@@ -2774,7 +2778,9 @@ public Attributes attributes() {
27742778
public class Attributes {
27752779

27762780
/**
2777-
* Gets the Google-updated version of the specified location.
2781+
* Gets the version of the specified location, returning an `Attributes` message that provides the
2782+
* attributes view as it appears to consumers, which may be different than the merchant's
2783+
* information.
27782784
*
27792785
* Create a request for the method "attributes.getGoogleUpdated".
27802786
*
@@ -2799,7 +2805,9 @@ public class GetGoogleUpdated extends MyBusinessBusinessInformationRequest<com.g
27992805
java.util.regex.Pattern.compile("^locations/[^/]+/attributes$");
28002806

28012807
/**
2802-
* Gets the Google-updated version of the specified location.
2808+
* Gets the version of the specified location, returning an `Attributes` message that provides the
2809+
* attributes view as it appears to consumers, which may be different than the merchant's
2810+
* information.
28032811
*
28042812
* Create a request for the method "attributes.getGoogleUpdated".
28052813
*

clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/FreeFormServiceItem.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
/**
2020
* Represents a free-form service offered by the merchant. These are services that are not exposed
21-
* as part of our structure service data. The merchant manually enters the names for of such
22-
* services via a geomerchant surface.
21+
* as part of our structure service data. The merchant manually enters the names for such services
22+
* using a geomerchant surface.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the My Business Business Information API. For a detailed
@@ -44,7 +44,7 @@ public final class FreeFormServiceItem extends com.google.api.client.json.Generi
4444
/**
4545
* Required. Language-tagged labels for the item. We recommend that item names be 140 characters
4646
* or less, and descriptions 250 characters or less. This field should only be set if the input is
47-
* a custom service item. Standardized service types should be updated via service_type_id.
47+
* a custom service item. Standardized service types should be updated using service_type_id.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -74,7 +74,7 @@ public FreeFormServiceItem setCategory(java.lang.String category) {
7474
/**
7575
* Required. Language-tagged labels for the item. We recommend that item names be 140 characters
7676
* or less, and descriptions 250 characters or less. This field should only be set if the input is
77-
* a custom service item. Standardized service types should be updated via service_type_id.
77+
* a custom service item. Standardized service types should be updated using service_type_id.
7878
* @return value or {@code null} for none
7979
*/
8080
public Label getLabel() {
@@ -84,7 +84,7 @@ public Label getLabel() {
8484
/**
8585
* Required. Language-tagged labels for the item. We recommend that item names be 140 characters
8686
* or less, and descriptions 250 characters or less. This field should only be set if the input is
87-
* a custom service item. Standardized service types should be updated via service_type_id.
87+
* a custom service item. Standardized service types should be updated using service_type_id.
8888
* @param label label or {@code null} for none
8989
*/
9090
public FreeFormServiceItem setLabel(Label label) {

clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/GoogleUpdatedLocation.java

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.mybusinessbusinessinformation.v1.model;
1818

1919
/**
20-
* Represents a location that was modified by Google.
20+
* Represents the view of a location as it appears to consumers, which includes updates that are
21+
* currently serving on Google Maps and Search.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the My Business Business Information API. For a detailed
@@ -31,7 +32,9 @@
3132
public final class GoogleUpdatedLocation extends com.google.api.client.json.GenericJson {
3233

3334
/**
34-
* The fields that Google updated.
35+
* The fields where the values in the view as it appears to consumers are different than the
36+
* merchant's information. To accept these changes, patch the location. To reject, patch with your
37+
* preferred values.
3538
* The value may be {@code null}.
3639
*/
3740
@com.google.api.client.util.Key
@@ -45,22 +48,28 @@ public final class GoogleUpdatedLocation extends com.google.api.client.json.Gene
4548
private Location location;
4649

4750
/**
48-
* The fields that have pending edits that haven't yet been pushed to Maps and Search.
51+
* The fields where the merchant has provided an update that is currently in flight and hasn't yet
52+
* been published to Maps and Search. This mask only tracks the status of the merchant's own
53+
* edits, not external changes.
4954
* The value may be {@code null}.
5055
*/
5156
@com.google.api.client.util.Key
5257
private String pendingMask;
5358

5459
/**
55-
* The fields that Google updated.
60+
* The fields where the values in the view as it appears to consumers are different than the
61+
* merchant's information. To accept these changes, patch the location. To reject, patch with your
62+
* preferred values.
5663
* @return value or {@code null} for none
5764
*/
5865
public String getDiffMask() {
5966
return diffMask;
6067
}
6168

6269
/**
63-
* The fields that Google updated.
70+
* The fields where the values in the view as it appears to consumers are different than the
71+
* merchant's information. To accept these changes, patch the location. To reject, patch with your
72+
* preferred values.
6473
* @param diffMask diffMask or {@code null} for none
6574
*/
6675
public GoogleUpdatedLocation setDiffMask(String diffMask) {
@@ -86,15 +95,19 @@ public GoogleUpdatedLocation setLocation(Location location) {
8695
}
8796

8897
/**
89-
* The fields that have pending edits that haven't yet been pushed to Maps and Search.
98+
* The fields where the merchant has provided an update that is currently in flight and hasn't yet
99+
* been published to Maps and Search. This mask only tracks the status of the merchant's own
100+
* edits, not external changes.
90101
* @return value or {@code null} for none
91102
*/
92103
public String getPendingMask() {
93104
return pendingMask;
94105
}
95106

96107
/**
97-
* The fields that have pending edits that haven't yet been pushed to Maps and Search.
108+
* The fields where the merchant has provided an update that is currently in flight and hasn't yet
109+
* been published to Maps and Search. This mask only tracks the status of the merchant's own
110+
* edits, not external changes.
98111
* @param pendingMask pendingMask or {@code null} for none
99112
*/
100113
public GoogleUpdatedLocation setPendingMask(String pendingMask) {

clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/Metadata.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public final class Metadata extends com.google.api.client.json.GenericJson {
9090
/**
9191
* Output only. Indicates whether the place ID associated with this location has updates that need
9292
* to be updated or rejected by the client. If this boolean is set, you should call the
93-
* `getGoogleUpdated` method to lookup information that's needs to be verified.
93+
* `getGoogleUpdated` method to look up information that's needs to be verified.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -284,7 +284,7 @@ public Metadata setDuplicateLocation(java.lang.String duplicateLocation) {
284284
/**
285285
* Output only. Indicates whether the place ID associated with this location has updates that need
286286
* to be updated or rejected by the client. If this boolean is set, you should call the
287-
* `getGoogleUpdated` method to lookup information that's needs to be verified.
287+
* `getGoogleUpdated` method to look up information that's needs to be verified.
288288
* @return value or {@code null} for none
289289
*/
290290
public java.lang.Boolean getHasGoogleUpdated() {
@@ -294,7 +294,7 @@ public java.lang.Boolean getHasGoogleUpdated() {
294294
/**
295295
* Output only. Indicates whether the place ID associated with this location has updates that need
296296
* to be updated or rejected by the client. If this boolean is set, you should call the
297-
* `getGoogleUpdated` method to lookup information that's needs to be verified.
297+
* `getGoogleUpdated` method to look up information that's needs to be verified.
298298
* @param hasGoogleUpdated hasGoogleUpdated or {@code null} for none
299299
*/
300300
public Metadata setHasGoogleUpdated(java.lang.Boolean hasGoogleUpdated) {

clients/google-api-services-mybusinessbusinessinformation/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-mybusinessbusinessinformation</artifactId>
11-
<version>v1-rev20250723-2.0.0</version>
12-
<name>My Business Business Information API v1-rev20250723-2.0.0</name>
11+
<version>v1-rev20260405-2.0.0</version>
12+
<name>My Business Business Information API v1-rev20260405-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-mybusinessbusinessinformation/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-mybusinessbusinessinformation</artifactId>
25-
<version>v1-rev20250723-2.0.0</version>
25+
<version>v1-rev20260405-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-mybusinessbusinessinformation:v1-rev20250723-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260405-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)