Skip to content

Commit 595f614

Browse files
chore: regenerate mybusinessbusinessinformation client (googleapis#31552)
Generated in GitHub action: https://togithub.com/googleapis/google-api-java-client-services/actions/runs/25028313389
1 parent 34714b5 commit 595f614

4 files changed

Lines changed: 28 additions & 22 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-rev20260412-2.0.0</version>
25+
<version>v1-rev20260426-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-rev20260412-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260426-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: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,8 @@ public Delete set(String parameterName, Object value) {
19431943
}
19441944
}
19451945
/**
1946-
* Returns the specified location.
1946+
* Returns the specified location as last set by the merchant. It may not reflect updates from
1947+
* Google or user-generated content that are live on Google Maps.
19471948
*
19481949
* Create a request for the method "locations.get".
19491950
*
@@ -1968,7 +1969,8 @@ public class Get extends MyBusinessBusinessInformationRequest<com.google.api.ser
19681969
java.util.regex.Pattern.compile("^locations/[^/]+$");
19691970

19701971
/**
1971-
* Returns the specified location.
1972+
* Returns the specified location as last set by the merchant. It may not reflect updates from
1973+
* Google or user-generated content that are live on Google Maps.
19721974
*
19731975
* Create a request for the method "locations.get".
19741976
*
@@ -2099,7 +2101,8 @@ public Get set(String parameterName, Object value) {
20992101
}
21002102
}
21012103
/**
2102-
* Looks up all the attributes set for a given location.
2104+
* Retrieves attributes for a location as last set by the merchant. It may not reflect updates from
2105+
* Google or user-generated content that are live on Google Maps.
21032106
*
21042107
* Create a request for the method "locations.getAttributes".
21052108
*
@@ -2124,7 +2127,8 @@ public class GetAttributes extends MyBusinessBusinessInformationRequest<com.goog
21242127
java.util.regex.Pattern.compile("^locations/[^/]+/attributes$");
21252128

21262129
/**
2127-
* Looks up all the attributes set for a given location.
2130+
* Retrieves attributes for a location as last set by the merchant. It may not reflect updates
2131+
* from Google or user-generated content that are live on Google Maps.
21282132
*
21292133
* Create a request for the method "locations.getAttributes".
21302134
*
@@ -2245,9 +2249,10 @@ public GetAttributes set(String parameterName, Object value) {
22452249
}
22462250
}
22472251
/**
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.
2252+
* Returns the specified location as it appears live on Google Maps and Search. This consumer-facing
2253+
* view may have been updated by Google or user-generated content and may differ from the merchant's
2254+
* version. The returned GoogleUpdatedLocation contains masks that indicate which fields differ from
2255+
* the merchant's information.
22512256
*
22522257
* Create a request for the method "locations.getGoogleUpdated".
22532258
*
@@ -2272,9 +2277,10 @@ public class GetGoogleUpdated extends MyBusinessBusinessInformationRequest<com.g
22722277
java.util.regex.Pattern.compile("^locations/[^/]+$");
22732278

22742279
/**
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.
2280+
* Returns the specified location as it appears live on Google Maps and Search. This consumer-
2281+
* facing view may have been updated by Google or user-generated content and may differ from the
2282+
* merchant's version. The returned GoogleUpdatedLocation contains masks that indicate which
2283+
* fields differ from the merchant's information.
22782284
*
22792285
* Create a request for the method "locations.getGoogleUpdated".
22802286
*
@@ -2778,9 +2784,9 @@ public Attributes attributes() {
27782784
public class Attributes {
27792785

27802786
/**
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.
2787+
* Retrieves attributes for a location as they appear live on Google Maps and Search. This consumer-
2788+
* facing view may have been updated by Google or user-generated content and may differ from the
2789+
* merchant's version.
27842790
*
27852791
* Create a request for the method "attributes.getGoogleUpdated".
27862792
*
@@ -2805,9 +2811,9 @@ public class GetGoogleUpdated extends MyBusinessBusinessInformationRequest<com.g
28052811
java.util.regex.Pattern.compile("^locations/[^/]+/attributes$");
28062812

28072813
/**
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.
2814+
* Retrieves attributes for a location as they appear live on Google Maps and Search. This
2815+
* consumer-facing view may have been updated by Google or user-generated content and may differ
2816+
* from the merchant's version.
28112817
*
28122818
* Create a request for the method "attributes.getGoogleUpdated".
28132819
*

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-rev20260412-2.0.0</version>
12-
<name>My Business Business Information API v1-rev20260412-2.0.0</name>
11+
<version>v1-rev20260426-2.0.0</version>
12+
<name>My Business Business Information API v1-rev20260426-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-rev20260412-2.0.0</version>
25+
<version>v1-rev20260426-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-rev20260412-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260426-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)